diff options
author | adam <adam@pkgsrc.org> | 2005-10-14 09:37:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-14 09:37:46 +0000 |
commit | 0c37a3ccc580477bada29547241421ef920f5160 (patch) | |
tree | eea83386bcfe782273d84c8196117830ff7e721d /devel | |
parent | e95f2f49e0f86d82f8c9929391a757a712dac6cf (diff) | |
download | pkgsrc-0c37a3ccc580477bada29547241421ef920f5160.tar.gz |
Enable-utf8 for www/bluefish
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 25bc1c03fde..c9598e77980 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2005/09/27 20:21:50 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2005/10/14 09:37:46 adam Exp $ DISTNAME= pcre-6.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \ ftp://pcre.sourceforge.net/pub/pcre/ @@ -12,9 +13,10 @@ COMMENT= Perl Compatible Regular Expressions library PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-utf8 PKG_CONFIG_OVERRIDE= libpcre.pc.in |