diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 03:06:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 03:06:19 +0000 |
commit | 38f96229d3613c651024fe36b20212393549de1b (patch) | |
tree | 7a6a2143c9a806f6e9574702fa7aef3b12108766 /multimedia | |
parent | Mark as broken on powerpc-9: does not compile. (diff) |
Mark as broken on powerpc: does not configure.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285506
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/sabbu/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index e2f4e7555e11..c90476f5164f 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -43,4 +43,10 @@ PLIST_SUB+= WITH_ASPELL="" PLIST_SUB+= WITH_ASPELL="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not configure on powerpc +.endif + +.include <bsd.port.post.mk> |