aboutsummaryrefslogtreecommitdiff
path: root/science/libctl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-03-11 21:27:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-03-11 21:27:31 +0000
commit0db2bdb300641159231a171f486a50fa94df1912 (patch)
tree2dcdb60b2a9e908020c9f9fa89fdf0ff3f7eed62 /science/libctl
parent065a79550490d3ce55edd6df48cd146f67d34ea3 (diff)
downloadports-0db2bdb300641159231a171f486a50fa94df1912.tar.gz
ports-0db2bdb300641159231a171f486a50fa94df1912.zip
Notes
Diffstat (limited to 'science/libctl')
-rw-r--r--science/libctl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 6902e9dfae8a..1e3078288024 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -16,8 +16,6 @@ COMMENT= Control Language Library
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
-BROKEN= does not build
-
USE_AUTOTOOLS= libtool
USE_FORTRAN= yes
USE_LDCONFIG= yes
@@ -26,6 +24,10 @@ MAN1= gen-ctl-io.1
.include <bsd.port.pre.mk>
+.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on i386 or sparc64
+.endif
+
.if ${OSVERSION} < 700000
USE_FORTRAN= g77
.endif