View | Details | Raw Unified | Return to bug 105116
Collapse All | Expand All

(-)pcre/Makefile (+2 lines)
Lines 27-32 Link Here
27
.endif
27
.endif
28
28
29
.if defined(WITH_UTF8)
29
.if defined(WITH_UTF8)
30
CONFLICTS=	pcre-[0-9]*
31
PKGNAMESUFFIX=	-utf8
30
CONFIGURE_ARGS+=--enable-utf8 \
32
CONFIGURE_ARGS+=--enable-utf8 \
31
		--enable-unicode-properties
33
		--enable-unicode-properties
32
.endif
34
.endif
(-)pcre-utf8/Makefile (-2 lines)
Lines 5-14 Link Here
5
# $FreeBSD: ports/devel/pcre-utf8/Makefile,v 1.2 2005/10/16 18:47:23 krion Exp $
5
# $FreeBSD: ports/devel/pcre-utf8/Makefile,v 1.2 2005/10/16 18:47:23 krion Exp $
6
#
6
#
7
7
8
PKGNAMESUFFIX=	-utf8
9
MASTERDIR=	${.CURDIR}/../pcre
8
MASTERDIR=	${.CURDIR}/../pcre
10
9
11
CONFLICTS=	pcre-[0-9]*
12
WITH_UTF8=	yes
10
WITH_UTF8=	yes
13
11
14
.include "${MASTERDIR}/Makefile"
12
.include "${MASTERDIR}/Makefile"

Return to bug 105116