diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 01:08:23 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 01:08:23 +0000 |
commit | acb5f8add848980c98ee607611ae99df57fef042 (patch) | |
tree | b06efecb0847cd5aec8c5ca34aaf492dc462554c /graphics/mpegedit | |
parent | Mark BROKEN for ELF: (diff) |
Mark BROKEN for ELF:
g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm
cc: editor/editor.a: No such file or directory
cc: ui/ui.a: No such file or directory
cc: MpegCodec/mpeg.a: No such file or directory
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 0d6ac4687aaf..fe60a96c6e20 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.5 1997/08/11 14:53:41 erich Exp $ +# $Id: Makefile,v 1.6 1998/08/05 09:31:13 asami Exp $ # DISTNAME= mpegedit_v2.2 @@ -13,6 +13,8 @@ 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 |