1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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
This commit is contained in:
Justin M. Seger 1998-10-12 01:08:23 +00:00
parent 86d8bbd1d2
commit acb5f8add8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13879
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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