diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /math/apc | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'math/apc')
-rw-r--r-- | math/apc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 5705b2a..2ab16f9 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 |