diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 03:08:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 03:08:07 +0000 |
commit | 37e29fbc7991263b6bdf6e0cb790cb2dbf9a6de2 (patch) | |
tree | e61afc56681b77bf336cea48b0012492150f5a33 /net/freewais-sf | |
parent | 38f96229d3613c651024fe36b20212393549de1b (diff) | |
download | ports-37e29fbc7991263b6bdf6e0cb790cb2dbf9a6de2.tar.gz ports-37e29fbc7991263b6bdf6e0cb790cb2dbf9a6de2.zip |
Notes
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index c8bee626ff8f..e78faaea38ed 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -31,6 +31,10 @@ MAN3= ftw.3 regexp.3 scandir.3 .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not install on powerpc: drops core +.endif + post-extract: ${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints |