summaryrefslogtreecommitdiff
path: root/graphics/mpegedit
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-20 12:50:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-20 12:50:36 +0000
commit5489e41eedbc914d2b3b3a1368794cd2a2227aad (patch)
tree61894360340afac8de45d4f1bcfdf2e61d61a9b0 /graphics/mpegedit
parent1.2.16 --> 1.2.17 (diff)
Add BUILD_DEPENDS to netpbm.
Notes
Notes: svn path=/head/; revision=4615
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r--graphics/mpegedit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index f403d725a140..64ee8ff63d8a 100644
--- a/graphics/mpegedit/Makefile
+++ b/graphics/mpegedit/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.2 1996/08/02 07:43:06 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:28:48 asami Exp $
#
DISTNAME= mpegedit_v2.2
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.demon.co.uk/.d2/unix/unix/tools/
MAINTAINER= erich@FreeBSD.org
+BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
+
USE_X11= yes
.include <bsd.port.mk>