diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 22:55:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-16 22:55:29 +0000 |
commit | d74e40366e80ea7e17675a52874e5b0ab822e309 (patch) | |
tree | 7b52ee79d76bc3850025d188448599d9349bcbf0 /graphics/urt/Makefile | |
parent | 39a7bbd6fb13140fad680c205c93373a208cef2a (diff) | |
download | ports-d74e40366e80ea7e17675a52874e5b0ab822e309.tar.gz ports-d74e40366e80ea7e17675a52874e5b0ab822e309.zip |
netpbm is installed in ${LOCALBASE] now.
Notes
Notes:
svn path=/head/; revision=27673
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 65cf300e9842..bfd8d4d65f49 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= giffunip@asme.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |