summaryrefslogtreecommitdiff
path: root/multimedia/mpegedit/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-21 01:55:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-21 01:55:37 +0000
commit714c62a70eb4633e850bb9a72b637fc56d5f0a6a (patch)
tree947e6316eefeaf2ed26fe9185d9c6ee2a9788a12 /multimedia/mpegedit/Makefile
parentOops, the last commit was: (diff)
Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.
Notes
Notes: svn path=/head/; revision=21841
Diffstat (limited to '')
-rw-r--r--multimedia/mpegedit/Makefile2
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