summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authordrochner <drochner>2007-11-07 21:27:48 +0000
committerdrochner <drochner>2007-11-07 21:27:48 +0000
commitf1da2fff61913a690aaac6990f42a51ac4f33734 (patch)
tree681b6fcdc082be76e1ef0ec889aa84945d9d5d50 /devel/pcre
parente668523e5f46e8028ddf4ad0c77b6e46f40d02ae (diff)
downloadpkgsrc-f1da2fff61913a690aaac6990f42a51ac4f33734.tar.gz
Enable unicode properties and bump PKGREVISION.
With that in place this pkg can be used as an external dependency by glib2 instead of building a bundled copy. This should save us headaches in case of future security problems.
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 33abb29f7dc..5c58ec9a187 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2007/10/21 04:48:15 dsainty Exp $
+# $NetBSD: Makefile,v 1.44 2007/11/07 21:27:48 drochner Exp $
DISTNAME= pcre-7.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
@@ -16,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-utf8
+CONFIGURE_ARGS+= --enable-utf8 --enable-unicode-properties
SUBST_CLASSES+= rpath
SUBST_STAGE.rpath= pre-configure