diff options
author | mat <mat@FreeBSD.org> | 2009-02-13 22:00:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2009-02-13 22:00:10 +0800 |
commit | fc2b537e3612456119a8b38773a28da88ed11b39 (patch) | |
tree | 254ab9c5202adfd62d73f90ee679bb8342ecb335 /math/p5-Math-GMP/Makefile | |
parent | d311e68aa29f306109e6f5491b4a6e96d78e910e (diff) | |
download | freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.tar.gz freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.tar.zst freebsd-ports-gnome-fc2b537e3612456119a8b38773a28da88ed11b39.zip |
Update to 2.05
Diffstat (limited to 'math/p5-Math-GMP/Makefile')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 6267a708f683..42d7ef3af218 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Math-GMP -PORTVERSION= 2.04 -PORTREVISION= 1 +PORTVERSION= 2.05 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +22,7 @@ MAN3= Math::GMP.3 post-patch: @${PERL} -pi -e "s!-lgmp!-L${LOCALBASE}/lib $$&!;" \ - -e "if (/LIBS/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ + -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |