aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix26/Makefile2
-rw-r--r--mail/postfix27/Makefile2
-rw-r--r--mail/postfix28/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 767d35d0e91d..73e1df29022d 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -97,7 +97,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
_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
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 68f1856a9add..470a814ff665 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -114,7 +114,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
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index 6b0120e80d97..a2bd6aab2ca8 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -115,7 +115,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
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index de02b48a6b0e..d14c60ca6379 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -126,7 +126,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