aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
commit194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch)
tree631e17a2b7895241106d33db493284675e581402 /news
parentd00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff)
downloadfreebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'news')
-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}