svn commit: r303876 - head/lang/ratfor
Mark Linimon
linimon at FreeBSD.org
Sat Sep 8 07:45:11 UTC 2012
Author: linimon
Date: Sat Sep 8 07:45:10 2012
New Revision: 303876
URL: http://svn.freebsd.org/changeset/ports/303876
Log:
Also broken on powerpc-8.
Hat: portmgr
Modified:
head/lang/ratfor/Makefile
Modified: head/lang/ratfor/Makefile
==============================================================================
--- head/lang/ratfor/Makefile Sat Sep 8 07:42:46 2012 (r303875)
+++ head/lang/ratfor/Makefile Sat Sep 8 07:45:10 2012 (r303876)
@@ -39,8 +39,8 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
-BROKEN= Does not compile on powerpc-9
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list