diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:44:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:44:23 +0000 |
commit | 205f1ac23dd674163b211b136715384d89c1bf4d (patch) | |
tree | 9c81baefcee3d377ac0c3395066592b349bb4959 /math/freemat/Makefile | |
parent | 3a5a5a3b60daa9f939e7761f8990e8956b5db1b3 (diff) | |
download | ports-205f1ac23dd674163b211b136715384d89c1bf4d.tar.gz ports-205f1ac23dd674163b211b136715384d89c1bf4d.zip |
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
Notes
Notes:
svn path=/head/; revision=291337
Diffstat (limited to 'math/freemat/Makefile')
-rw-r--r-- | math/freemat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 77472ed68aeb..32ad006dadda 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -8,7 +8,7 @@ PORTNAME= FreeMat PORTVERSION= 4.0 DISTVERSIONSUFFIX= -Source -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math science MASTER_SITES= SF MASTER_SITE_SUBDIR= freemat/FreeMat4 @@ -20,7 +20,7 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= An environment for rapid engineering and scientific processing LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LICENSE= GPLv2 |