diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 15:16:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 15:16:55 +0800 |
commit | 10867bb6a6feaaf1af886386058b070d30d9ff00 (patch) | |
tree | f4ee1414dac65eeadf1b4cb090f47c85a2469dc8 /lang/afnix | |
parent | 6225ffd57ccf26e20b01fc7f11d3a4653e5b3c55 (diff) | |
download | freebsd-ports-gnome-10867bb6a6feaaf1af886386058b070d30d9ff00.tar.gz freebsd-ports-gnome-10867bb6a6feaaf1af886386058b070d30d9ff00.tar.zst freebsd-ports-gnome-10867bb6a6feaaf1af886386058b070d30d9ff00.zip |
Mark as broken on powerpc.
Hat: portmgr
Diffstat (limited to 'lang/afnix')
-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 8c5dd6c12cc0..c038ad9c0e70 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -41,6 +41,10 @@ MAN7= eul::afnix.7 vol-0::afnix.7 vol-1::afnix.7 vol-2::afnix.7 .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not configure on powerpc +.endif + post-extract: @cd ${WRKSRC}/cnf/mak && ${CP} -f afnix-gcc-3.mak afnix-freebsd.mak |