summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2012-02-20 06:15:17 +0000
committerSahil Tandon <sahil@FreeBSD.org>2012-02-20 06:15:17 +0000
commit780873418926a2525d2c4a4c2cb04e1ace010071 (patch)
treea41f645a3521aaea791dc7e4f31b67e7b63e357f /mail/postfix/Makefile
parent244ceabff97be430dab282cbf0e81cfacddc3cba (diff)
Notes
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index da6967aea41a..ef46b3fe16c1 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postfix
-PORTVERSION= 2.9.0
-PORTREVISION= 1
+PORTVERSION= 2.9.1
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -124,7 +123,7 @@ POSTFIX_CCARGS+= -DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \
_REQUIRE= LOGIN cleanvar
.if defined(WITH_PCRE)
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre
.else