diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 07:16:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 07:16:55 +0000 |
commit | 0a64bebc7fd23e992b5c5016df57f5ab768505b6 (patch) | |
tree | 00498d635836e3a4e0b8931064f4094b5b7711ff /lang | |
parent | 13d63ef667438bbbca2be4181a058f76611e5d50 (diff) |
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 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 |