summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-02 00:04:37 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-02 00:04:37 +0000
commit77140e508e938432f22e37e787489915e2d78661 (patch)
tree140e7466686c1c55c134c9b003ae9b9b070411bf /graphics
parentupdate to 8.3 (diff)
netpnm moved to ${LOCALBASE}, update *_DEPENDS
Notes
Notes: svn path=/head/; revision=27260
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gphoto/Makefile2
-rw-r--r--graphics/gphoto2/Makefile2
-rw-r--r--graphics/gridpix/Makefile2
-rw-r--r--graphics/mpegedit/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile
index 6b4cc99d2376..275f9be9954d 100644
--- a/graphics/gphoto/Makefile
+++ b/graphics/gphoto/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \
MAINTAINER= anders@fix.no
-BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/etpbm
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gdk_imlib.5:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
index 6b4cc99d2376..275f9be9954d 100644
--- a/graphics/gphoto2/Makefile
+++ b/graphics/gphoto2/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \
MAINTAINER= anders@fix.no
-BUILD_DEPENDS= ${X11BASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/etpbm
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gdk_imlib.5:${PORTSDIR}/graphics/imlib
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile
index f962928c711b..4cb4f55b4bbe 100644
--- a/graphics/gridpix/Makefile
+++ b/graphics/gridpix/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/GridPix/
MAINTAINER= asami@FreeBSD.org
-BUILD_DEPENDS= ${X11BASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
# create necessary directories -- don't want to depend on an http
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index 59cb659f4071..12110ff6aad0 100644
--- a/graphics/mpegedit/Makefile
+++ b/graphics/mpegedit/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
MAINTAINER= erich@FreeBSD.org
-BUILD_DEPENDS= ${X11BASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
+BUILD_DEPENDS= ${LOCALBASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400002 && ${OSVERSION} < 400012