aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 01:17:51 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 01:17:51 +0000
commit8e359ba0a173df087d9c1493a51ef65f877e1f4f (patch)
tree8f975226339f685af53fb60ff9cf02846b759921 /devel/pcre/Makefile
parented9539c394d3f46186f29a8223c435bf91931977 (diff)
downloadports-8e359ba0a173df087d9c1493a51ef65f877e1f4f.tar.gz
ports-8e359ba0a173df087d9c1493a51ef65f877e1f4f.zip
add an option to use the UTF-8 code in pcre
PR: 48496 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=76000
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 530f872d39c6..2b93b64beda3 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -21,6 +21,10 @@ MAINTAINER= dom@happygiraffe.net
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+.if defined(ENABLE_UTF8)
+CONFIGURE_ARGS+= --enable-utf8
+.endif
+
MAN1= pcregrep.1 pcretest.1
MAN3= pcre.3 pcreposix.3