summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-04-16 22:55:29 +0000
committerasami <asami@FreeBSD.org>2000-04-16 22:55:29 +0000
commitab43fa0c8e8fff486ac16963d8fc8c3fcd8ef075 (patch)
treed421fe6fb825be7dbb4317c37215c65f4945b0e4
parent956d225c161872ed7db2cc6e45ec0ae148ded8b6 (diff)
downloadFreeBSD-ports-ab43fa0c8e8fff486ac16963d8fc8c3fcd8ef075.zip
FreeBSD-ports-ab43fa0c8e8fff486ac16963d8fc8c3fcd8ef075.tar.gz
netpbm is installed in ${LOCALBASE] now.
-rw-r--r--graphics/urt/Makefile2
-rw-r--r--palm/imgvtopgm/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 65cf300..bfd8d4d 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
diff --git a/palm/imgvtopgm/Makefile b/palm/imgvtopgm/Makefile
index c64b729..47e8659 100644
--- a/palm/imgvtopgm/Makefile
+++ b/palm/imgvtopgm/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.trends.net/~mu/srcs/
MAINTAINER= sumikawa@kame.net
-BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud