diff options
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r-- | graphics/mpegedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile index f403d725a14..64ee8ff63d8 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> |