summaryrefslogtreecommitdiff
path: root/graphics/mpegedit
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 01:08:23 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 01:08:23 +0000
commitacb5f8add848980c98ee607611ae99df57fef042 (patch)
treeb06efecb0847cd5aec8c5ca34aaf492dc462554c /graphics/mpegedit
parentMark 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
Notes
Notes: svn path=/head/; revision=13879
Diffstat (limited to 'graphics/mpegedit')
-rw-r--r--graphics/mpegedit/Makefile4
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