diff options
author | adam <adam> | 2005-10-14 09:37:46 +0000 |
---|---|---|
committer | adam <adam> | 2005-10-14 09:37:46 +0000 |
commit | b275fe982be3245dd005507a2f28d31db751c3a8 (patch) | |
tree | eea83386bcfe782273d84c8196117830ff7e721d /devel/pcre | |
parent | fe2f62876343b23ad99f6dad7fc445393d2ffd0e (diff) | |
download | pkgsrc-b275fe982be3245dd005507a2f28d31db751c3a8.tar.gz |
Enable-utf8 for www/bluefish
Diffstat (limited to 'devel/pcre')
-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 |