diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 00:04:37 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 00:04:37 +0000 |
commit | f8facd78314b70d65c255b6702a5c1ddabdd19ea (patch) | |
tree | d3766d9eff2d2395d8faf2f3e884480cdb97077a /multimedia | |
parent | 2768b95099a3fd2a3a94f23aa8b4101381a8ef28 (diff) | |
download | FreeBSD-ports-f8facd78314b70d65c255b6702a5c1ddabdd19ea.zip FreeBSD-ports-f8facd78314b70d65c255b6702a5c1ddabdd19ea.tar.gz |
netpnm moved to ${LOCALBASE}, update *_DEPENDS
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpegedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 59cb659..12110ff 100644 --- a/multimedia/mpegedit/Makefile +++ b/multimedia/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 |