diff options
author | asami <asami@FreeBSD.org> | 1999-09-21 09:55:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-21 09:55:37 +0800 |
commit | 38ef98247e9ec038d996a39f7c1f4af4c6e41e83 (patch) | |
tree | 3384be7d07c504fbf34edc8c75b29c3f836e1fbd /multimedia | |
parent | ae79a38a486746240b8d118f7db41791392f4869 (diff) | |
download | freebsd-ports-gnome-38ef98247e9ec038d996a39f7c1f4af4c6e41e83.tar.gz freebsd-ports-gnome-38ef98247e9ec038d996a39f7c1f4af4c6e41e83.tar.zst freebsd-ports-gnome-38ef98247e9ec038d996a39f7c1f4af4c6e41e83.zip |
Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
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 6c225d888e37..a3c177949b68 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= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${X11BASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm .include <bsd.port.pre.mk> .if ${OSVERSION} > 400002 |