diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-11-10 15:10:52 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-11-10 15:10:52 +0000 |
commit | 6becc79ae978ff91c183b26c629747bd72824e3b (patch) | |
tree | e69f6b3d17bd72b0a327bd08fe08c0aa69eb437d /net-im/jabber | |
parent | fd36d0db8554db509e999d71b7e6d16f49d685f5 (diff) | |
download | ports-6becc79ae978ff91c183b26c629747bd72824e3b.tar.gz ports-6becc79ae978ff91c183b26c629747bd72824e3b.zip |
Notes
Diffstat (limited to 'net-im/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index ed46c8885798..feba6e91ed67 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -15,7 +15,7 @@ MASTER_SITES= http://download.jabberd.org/jabberd14/ \ DISTNAME= jabberd14-${PORTVERSION} DIST_SUBDIR= jabber -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XMPP/Jabber server daemon LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ @@ -26,8 +26,6 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ gnutls.47:${PORTSDIR}/security/gnutls \ gcrypt.18:${PORTSDIR}/security/libgcrypt -BROKEN= does not link - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -62,7 +60,7 @@ CONFIGURE_ARGS= --localstatedir=/var \ --libdir=${PREFIX}/lib/jabber CPPFLAGS+= -I${LOCALBASE}/include/pth -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib -ltasn1 +LDFLAGS+= -L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib -ltasn1 -lgcrypt SUB_FILES+= pkg-install pkg-deinstall pkg-message SUB_LIST+= JABBER_USER=${JABBER_USER} JABBER_UID=${JABBER_UID} \ |