aboutsummaryrefslogtreecommitdiffstats
path: root/mail/courier
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 07:36:40 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 07:36:40 +0800
commit736ba1e7b3394f86195da6df293f1badc3dc06fd (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /mail/courier
parent7244029e548a8568a25201a0e345fd4bc5e9ec5b (diff)
downloadfreebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.gz
freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.tar.zst
freebsd-ports-gnome-736ba1e7b3394f86195da6df293f1badc3dc06fd.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'mail/courier')
-rw-r--r--mail/courier/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile
index 95b05c62601c..dbefd8998ff5 100644
--- a/mail/courier/Makefile
+++ b/mail/courier/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= bsd@dino.sk
COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \