1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

replace ENABLE_UTF8 with WITH_UTF8

PR:		48521
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Yen-Ming Lee 2003-02-21 17:54:37 +00:00
parent d3d0f7aab3
commit d6fcd3efae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76062

View File

@ -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