diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 05:03:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 05:03:45 +0000 |
commit | b171f3c261456d1da59e22fd7953770cf3041f3c (patch) | |
tree | ac49f16fa7eed8c45ebf13d1ce923bddb24d8f3e /x11-toolkits/nucleo/Makefile | |
parent | 088068f3fde9c12af1a154e5344537cbf0d1e9c9 (diff) | |
download | ports-b171f3c261456d1da59e22fd7953770cf3041f3c.tar.gz ports-b171f3c261456d1da59e22fd7953770cf3041f3c.zip |
Mark as broken on powerpc-9: does not compile.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285525
Diffstat (limited to 'x11-toolkits/nucleo/Makefile')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 51750f5ef7e9..6bc059dd0b94 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -36,6 +36,10 @@ OPTIONS= GNUTLS "Build with GnuTLS support" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 +BROKEN= Does not compile on powerpc-9 +.endif + .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls .else |