diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /math | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.zst freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'math')
-rw-r--r-- | math/apc/Makefile | 6 | ||||
-rw-r--r-- | math/xldlas/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 5705b2a16690..2ab16f94f065 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ # Date created: May 1 1997 # Whom: Eric A. Griff <eagriff@global2000.net> # -# $Id: Makefile,v 1.5 1998/08/17 00:46:32 steve Exp $ +# $Id: Makefile,v 1.6 1998/08/24 05:57:46 asami Exp $ # DISTNAME= apc-1.0 @@ -12,7 +12,9 @@ MASTER_SITES= http://members.global2000.net/~eagriff/ MAINTAINER= eagriff@global2000.net -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes MAN1= apc.1 diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index df9343eb70e1..eefe2bcb6025 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Dec 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.3 1998/08/05 09:31:30 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:35 asami Exp $ # DISTNAME= xldlas-0.85 @@ -16,7 +16,9 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= giffunip@asme.org -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas |