summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
parentMark BROKEN for ELF: (diff)
Unbreak for ELF.
Submitted by: steve
Notes
Notes: svn path=/head/; revision=13933
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpeg_encode/Makefile4
-rw-r--r--graphics/mpegedit/Makefile5
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile
index a1e2e26ca00d..29a5104bd3f1 100644
--- a/graphics/mpeg_encode/Makefile
+++ b/graphics/mpeg_encode/Makefile
@@ -3,7 +3,7 @@
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.5 1998/08/23 07:34:42 hoek Exp $
+# $Id: Makefile,v 1.6 1998/10/12 01:05:06 jseger Exp $
#
DISTNAME= mpeg_encode-1.5b-src
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/
MAINTAINER= erich@FreeBSD.org
-BROKEN_ELF= jpeg/libjpeg.a
+USE_GMAKE= yes
MAN1= mpeg_encode.1
MANCOMPRESSED= yes
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index fe60a96c6e20..7e36da5cf7ea 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>