diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 5d04b9652f5ce026a99179fb4e897458aa0cf019 (patch) | |
tree | 1fd9b721babd6d1cb3a4e6d2f0a8f6e462eedf56 /math/apc/Makefile | |
parent | 5d932fcc47f3ffa932b7787529d188250dea8763 (diff) | |
download | ports-5d04b9652f5ce026a99179fb4e897458aa0cf019.tar.gz ports-5d04b9652f5ce026a99179fb4e897458aa0cf019.zip |
Notes
Diffstat (limited to 'math/apc/Makefile')
-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 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 |