aboutsummaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:36:40 +0000
commit3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch)
treecaf481fc0fb12e9f5b4f7e105ea42f01f77c286a /mail/sqwebmail
parente6ffa1f425ea668e859fae97edfd25a239614331 (diff)
downloadports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.tar.gz
ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361728
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index c51a89875a40..0e9ef15bc5fe 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -11,7 +11,7 @@ COMMENT= CGI Webmail client for Maildirs
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CFLAGS:= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${CFLAGS:S/^[:space:]*//}
CXXFLAGS:= -I${LOCALBASE}/include ${CXXFLAGS:S/^[:space:]*//}