diff options
author | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b8fc98671acba737d3bd713d6a8ab2a62b0585d1 (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /mail/rmilter | |
parent | 00c8d8f37ec184e488b649208b2a4c6799fc1e9b (diff) | |
download | FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.zip FreeBSD-ports-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.tar.gz |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Diffstat (limited to 'mail/rmilter')
-rw-r--r-- | mail/rmilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index da0c27c..7c20ceb 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --enable-sendmail .endif -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre \ spf2.3:${PORTSDIR}/mail/libspf2 CFLAGS+= ${PTHREAD_CFLAGS} |