svn commit: r314444 - head/science/libctl
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 17 14:15:48 UTC 2013
Author: bdrewery
Date: Sun Mar 17 14:15:48 2013
New Revision: 314444
URL: http://svnweb.freebsd.org/changeset/ports/314444
Log:
Generalize the BROKEN message to remove i386 reference
Modified:
head/science/libctl/Makefile
Modified: head/science/libctl/Makefile
==============================================================================
--- head/science/libctl/Makefile Sun Mar 17 14:14:19 2013 (r314443)
+++ head/science/libctl/Makefile Sun Mar 17 14:15:48 2013 (r314444)
@@ -26,7 +26,7 @@ MAN1= gen-ctl-io.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on i386 or sparc64
+BROKEN= does not build
.endif
post-install:
More information about the svn-ports-head
mailing list