diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-04 16:24:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-04 16:24:46 +0800 |
commit | dd7629aec8e044fa7ef50fc7473969340d3f3655 (patch) | |
tree | c94b7306b3f8114cf56b30a5c9eb2432ac5ee3ec | |
parent | 95b99f76388b3d35c8da8f41300cea0997dc50fd (diff) | |
download | freebsd-ports-gnome-dd7629aec8e044fa7ef50fc7473969340d3f3655.tar.gz freebsd-ports-gnome-dd7629aec8e044fa7ef50fc7473969340d3f3655.tar.zst freebsd-ports-gnome-dd7629aec8e044fa7ef50fc7473969340d3f3655.zip |
- Unbreak build for amd64
- Use @dirrmtry
PR: 139781
Submitted by: sylivo@
Approved by: maintainer
-rw-r--r-- | math/p5-Math-GSL/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-GSL/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 4e0be5f4f1a3..517efbfbce7d 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,8 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils- ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl -ONLY_FOR_ARCHS= i386 - PERL_CONFIGURE= yes PERL_MODBUILD= yes MAKE_ENV= INC="-I${LOCALBASE}/include" diff --git a/math/p5-Math-GSL/pkg-plist b/math/p5-Math-GSL/pkg-plist index 8abb52f8789b..ff7ec60436bc 100644 --- a/math/p5-Math-GSL/pkg-plist +++ b/math/p5-Math-GSL/pkg-plist @@ -156,4 +156,4 @@ bin/smolder_smoke_signal @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet2D @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |