aboutsummaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:26:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:26:25 +0000
commitd22728a7e856c5c9ae691125736d656a2c1163ad (patch)
tree631e17a2b7895241106d33db493284675e581402 /news/inn
parentf329319eb51eb2930a53eb96f5f2932c737a71b8 (diff)
downloadports-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz
ports-d22728a7e856c5c9ae691125736d656a2c1163ad.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362050
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 1bf06adbc3c6..3b2bc85e6c74 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+= --with-berkeleydb=${LOCALBASE}
.if ${PORT_OPTIONS:MKERBEROS}
. if exists(${LOCALBASE}/bin/krb5-config)
-LIB_DEPENDS+= gssapi_krb5:${PORTSDIR}/security/krb5
+LIB_DEPENDS+= libgssapi_krb5.so:${PORTSDIR}/security/krb5
CONFIGURE_ARGS+= --with-kerberos=${LOCALBASE}
. else
CONFIGURE_ARGS+= --with-kerberos=/usr
@@ -104,7 +104,7 @@ CONFIGURE_ARGS+= --enable-keywords
.if ${PORT_OPTIONS:MSASL}
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
.endif
.if ${PORT_OPTIONS:MTAGGED_HASH}