diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-07 21:27:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-07 21:27:48 +0000 |
commit | c1fab1f2fb56b761b2237dc5b2bf4fa93393dbe9 (patch) | |
tree | 681b6fcdc082be76e1ef0ec889aa84945d9d5d50 /devel/pcre | |
parent | a020d55578fc77a331243c0d7d2b5536ed4d92e8 (diff) | |
download | pkgsrc-c1fab1f2fb56b761b2237dc5b2bf4fa93393dbe9.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/Makefile | 5 |
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 |