diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/pcre | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 3 | ||||
-rw-r--r-- | devel/pcre/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 9dfb65cbd600..9e8855641bbf 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcre PORTVERSION= 6.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -19,7 +20,7 @@ COMMENT= Perl Compatible Regular Expressions library CONFLICTS?= pcre-utf8-[0-9]* USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist index c73aaceddb9b..ff0a411a8e90 100644 --- a/devel/pcre/pkg-plist +++ b/devel/pcre/pkg-plist @@ -8,12 +8,15 @@ include/pcre_stringpiece.h include/pcrecpparg.h include/pcrecpp.h lib/libpcre.a +lib/libpcre.la lib/libpcre.so lib/libpcre.so.0 lib/libpcrecpp.a +lib/libpcrecpp.la lib/libpcrecpp.so lib/libpcrecpp.so.0 lib/libpcreposix.a +lib/libpcreposix.la lib/libpcreposix.so lib/libpcreposix.so.0 libdata/pkgconfig/libpcre.pc |