diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-12-15 20:59:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-12-15 20:59:48 +0000 |
commit | 3a93a11f4f164c6979445214b200b6cbea64471a (patch) | |
tree | a44d9e94fa6c6d0b785afa9a75b5d21fe9a5d101 /net-im/jabberd/Makefile | |
parent | 5cda188697b5c1124a8d98509f9a027e7471ebd8 (diff) | |
download | ports-3a93a11f4f164c6979445214b200b6cbea64471a.tar.gz ports-3a93a11f4f164c6979445214b200b6cbea64471a.zip |
Chase deps shlib version after updating security/gsasl
Notes
Notes:
svn path=/head/; revision=245910
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index d8ef31c1704b..d2bd14d1acbc 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .else CONFIGURE_ARGS+= --with-sasl=gsasl -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl .endif MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8 |