diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:48:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:48:26 +0000 |
commit | d35c0b9cc660e1335eaa0f8f8e773ece9da4fffd (patch) | |
tree | d3791d665d575feecc92adffc0e51adadf5904eb /graphics/flphoto | |
parent | SunPinyin is a statistical language model based Chinese input method, which (diff) |
Mark as broken on powerpc: fails to install.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'graphics/flphoto')
-rw-r--r-- | graphics/flphoto/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 5606c5616bbb..8aad91394d27 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -46,4 +46,10 @@ do-install: ${PREFIX}/share/locale/${lang}/flphoto_${lang} .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not install on powerpc +.endif + +.include <bsd.port.post.mk> |