diff options
| author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 03:17:45 +0000 |
|---|---|---|
| committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 03:17:45 +0000 |
| commit | a46760c2fbe1237a79b122f85b70df2019f4fd38 (patch) | |
| tree | ba9eee185e7f04835015375383a257d608b2fcb5 /graphics/mpegedit | |
| parent | e3707040bb31a3b71f54415e3a2a64445f8efc65 (diff) | |
Unbreak for ELF.
Submitted by: steve
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 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> |
