diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-08 07:21:44 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-08 07:21:44 +0000 |
commit | 87cc36bd11cbe03b38eb95685eaa64764081a250 (patch) | |
tree | 3d4d7f5c30fe6af6169ee49c1a33482faa61bb1d /lang | |
parent | ad58fd3e15ebe6e5e0781247c1c94b848ac43023 (diff) | |
download | ports-87cc36bd11cbe03b38eb95685eaa64764081a250.tar.gz ports-87cc36bd11cbe03b38eb95685eaa64764081a250.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/afnix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 13149e13bff9..557c4b8a7086 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -26,6 +26,10 @@ MAN1= afnix.1 axc.1 axd.1 axl.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 FreeBSD >= 6.x" +.endif + do-configure: @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o |