diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 01:55:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-21 01:55:37 +0000 |
commit | 714c62a70eb4633e850bb9a72b637fc56d5f0a6a (patch) | |
tree | 947e6316eefeaf2ed26fe9185d9c6ee2a9788a12 /multimedia | |
parent | 82d344213eed705b71f1b1eada4c496ecb33e867 (diff) | |
download | ports-714c62a70eb4633e850bb9a72b637fc56d5f0a6a.tar.gz ports-714c62a70eb4633e850bb9a72b637fc56d5f0a6a.zip |
Notes
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 |