blob: e240169097b42a524df7ee854fa5b1d47c9af2a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# New ports collection makefile for: pcre-utf8
# Date created: 20.03.2005
# Whom: krion
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../pcre
WITH_UTF8= yes
.include "${MASTERDIR}/Makefile"
|