diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:36:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:36:56 +0000 |
commit | 713b200e639fb3bbaf99476c027a27feb53e420e (patch) | |
tree | dc92c713332d137d510fce830ea0023f34bf569f /math | |
parent | 383e063169a60203fb0be0e7dbf5f19ba50ef8f4 (diff) | |
download | ports-713b200e639fb3bbaf99476c027a27feb53e420e.tar.gz ports-713b200e639fb3bbaf99476c027a27feb53e420e.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 0207a694a832..d6e6ddc6645a 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -44,4 +44,10 @@ post-install: regression-test: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + +.include <bsd.port.post.mk> |