Honour pkgname in devel/pcre while building with "WITH_UTF=yes"

PR:		ports/105116
Submitted by:	girgen
This commit is contained in:
Kirill Ponomarev 2006-11-04 08:08:15 +00:00
parent 36d5375f98
commit 136facb65a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176338
2 changed files with 2 additions and 2 deletions

View file

@ -5,10 +5,8 @@
# $FreeBSD$
#
PKGNAMESUFFIX= -utf8
MASTERDIR= ${.CURDIR}/../pcre
CONFLICTS= pcre-[0-9]*
WITH_UTF8= yes
.include "${MASTERDIR}/Makefile"

View file

@ -27,6 +27,8 @@ PORTDOCS= *
.endif
.if defined(WITH_UTF8)
CONFLICTS= pcre-[0-9]*
PKGNAMESUFFIX= -utf8
CONFIGURE_ARGS+=--enable-utf8 \
--enable-unicode-properties
.endif