aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-20 12:26:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-20 12:26:48 +0000
commit31b4620fd5dff93d7c5f2e2cc0b71ed6b1a04a52 (patch)
treec7b4fa6ee3b9065316129eabe944646ba244ed2c /math/p5-Math-GSL
parent6d4bb42ac5c563838aac4f26b98cf5c76d9f051b (diff)
downloadports-31b4620fd5dff93d7c5f2e2cc0b71ed6b1a04a52.tar.gz
ports-31b4620fd5dff93d7c5f2e2cc0b71ed6b1a04a52.zip
Pet portlint: move BROKEN_* upward
Notes
Notes: svn path=/head/; revision=448387
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile4
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}