diff options
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r-- | graphics/mpegedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile index fe60a96..7e36da5 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.6 1998/08/05 09:31:13 asami Exp $ +# $Id: Makefile,v 1.7 1998/10/12 01:08:23 jseger Exp $ # DISTNAME= mpegedit_v2.2 @@ -13,10 +13,9 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/ MAINTAINER= erich@FreeBSD.org -BROKEN_ELF= missing libraries - BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm USE_X_PREFIX= yes +USE_GMAKE= yes .include <bsd.port.mk> |