diff options
Diffstat (limited to 'net-im/gloox/Makefile')
-rw-r--r-- | net-im/gloox/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 49b8a9ec3146..e498b96a56f8 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -1,5 +1,5 @@ PORTNAME= gloox -DISTVERSION= 1.0.24 +DISTVERSION= 1.0.28 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -10,21 +10,21 @@ WWW= https://camaya.net/gloox LICENSE= GPLv3 # with OpenSSL exception LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libidn.so:dns/libidn \ - libgnutls.so:security/gnutls +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libidn.so:dns/libidn USES= libtool localbase pathfix pkgconfig tar:bzip2 +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes PORTSCOUT= skipv:1.0.x -OPTIONS_DEFINE= MDNSRESPONDER TEST +OPTIONS_DEFINE= MDNSRESPONDER TEST MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder MDNSRESPONDER_CONFIGURE_ENABLE= mdns -TEST_CONFIGURE_WITH= tests +TEST_CONFIGURE_WITH= tests post-patch: @${REINPLACE_CMD} -e \ |