aboutsummaryrefslogtreecommitdiff
path: root/science/libctl
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-17 14:02:34 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-17 14:02:34 +0000
commitf85a16e87072f64024115c8701b424e5a1c831e6 (patch)
treec423a1548620f66dc537d8503c3f35aa580083cb /science/libctl
parentf42840e55508e2db84405a312f093787d52eaeb0 (diff)
downloadports-f85a16e87072f64024115c8701b424e5a1c831e6.tar.gz
ports-f85a16e87072f64024115c8701b424e5a1c831e6.zip
Unbreak on i386; builds fine.
Reported by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=314437
Diffstat (limited to 'science/libctl')
-rw-r--r--science/libctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile
index 2ac1aa466776..cb1b9b1b3395 100644
--- a/science/libctl/Makefile
+++ b/science/libctl/Makefile
@@ -25,7 +25,7 @@ MAN1= gen-ctl-io.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" || ${ARCH} == "sparc64"
+.if ${ARCH} == "sparc64"
BROKEN= Does not compile on i386 or sparc64
.endif