diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:48 +0800 |
commit | 99aad42d7648e40703b55c0a7c0d047555c1febf (patch) | |
tree | c7b4fa6ee3b9065316129eabe944646ba244ed2c /math | |
parent | cc724a36aab1db90f173e6d696f9f03601947b3f (diff) | |
download | freebsd-ports-gnome-99aad42d7648e40703b55c0a7c0d047555c1febf.tar.gz freebsd-ports-gnome-99aad42d7648e40703b55c0a7c0d047555c1febf.tar.zst freebsd-ports-gnome-99aad42d7648e40703b55c0a7c0d047555c1febf.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 9e14476d04eb..0e37e0cf3357 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -14,6 +14,8 @@ COMMENT= Perl interface to GNU Scientific Library LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN_sparc64= does not compile on sparc64 + BUILD_DEPENDS= p5-PkgConfig>=0.07720:devel/p5-PkgConfig LIB_DEPENDS= libgsl.so:math/gsl TEST_DEPENDS= p5-Test-Class>=0.12:devel/p5-Test-Class \ @@ -24,8 +26,6 @@ TEST_DEPENDS= p5-Test-Class>=0.12:devel/p5-Test-Class \ USE_PERL5= modbuild USES= perl5 -BROKEN_sparc64= does not compile on sparc64 - post-install: ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} ${STRIP_CMD} |