summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 17:54:37 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 17:54:37 +0000
commitd6fcd3efaec840395bdf8ec9190ce001d491d2f1 (patch)
tree4102e7f1e8b8163f29022fc8454903a32d2bf4fe /devel/pcre
parentRevert the libgnomeprint fix. Turns out, the sodipodi people forgot (diff)
replace ENABLE_UTF8 with WITH_UTF8
PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 6da061e67e23..7928af17aab2 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -22,7 +22,7 @@ COMMENT= Perl Compatible Regular Expressions library
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-.if defined(ENABLE_UTF8)
+.if defined(WITH_UTF8)
CONFIGURE_ARGS+= --enable-utf8
.endif