diff options
author | asami <asami@FreeBSD.org> | 1999-09-21 01:55:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-21 01:55:37 +0000 |
commit | 38ef98247e9ec038d996a39f7c1f4af4c6e41e83 (patch) | |
tree | 3384be7d07c504fbf34edc8c75b29c3f836e1fbd /multimedia/mpegedit | |
parent | ae79a38a486746240b8d118f7db41791392f4869 (diff) | |
download | FreeBSD-ports-38ef98247e9ec038d996a39f7c1f4af4c6e41e83.zip FreeBSD-ports-38ef98247e9ec038d996a39f7c1f4af4c6e41e83.tar.gz |
Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
Diffstat (limited to 'multimedia/mpegedit')
-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 6c225d8..a3c1779 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 |