summaryrefslogtreecommitdiff
path: root/multimedia/mpegedit
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 03:17:45 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 03:17:45 +0000
commita46760c2fbe1237a79b122f85b70df2019f4fd38 (patch)
treeba9eee185e7f04835015375383a257d608b2fcb5 /multimedia/mpegedit
parentMark BROKEN for ELF: (diff)
Unbreak for ELF.
Submitted by: steve
Notes
Notes: svn path=/head/; revision=13933
Diffstat (limited to 'multimedia/mpegedit')
-rw-r--r--multimedia/mpegedit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile
index fe60a96c6e20..7e36da5cf7ea 100644
--- a/multimedia/mpegedit/Makefile
+++ b/multimedia/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>