diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 08:04:37 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 08:04:37 +0800 |
commit | f8facd78314b70d65c255b6702a5c1ddabdd19ea (patch) | |
tree | d3766d9eff2d2395d8faf2f3e884480cdb97077a /graphics/gphoto2 | |
parent | 2768b95099a3fd2a3a94f23aa8b4101381a8ef28 (diff) | |
download | freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.tar.gz freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.tar.zst freebsd-ports-gnome-f8facd78314b70d65c255b6702a5c1ddabdd19ea.zip |
netpnm moved to ${LOCALBASE}, update *_DEPENDS
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |