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:
parent
86d8bbd1d2
commit
acb5f8add8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13879
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user