diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-08-19 23:05:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-08-19 23:05:23 +0000 |
commit | 6221722a7762795b2534fa68fe758083c3e2d2b6 (patch) | |
tree | 32c08a0b02caee172210a225e47aeb87d56fed0e /net-im/jabber | |
parent | 93d49a592874ae76c929a1ba076772f678124619 (diff) | |
download | ports-6221722a7762795b2534fa68fe758083c3e2d2b6.tar.gz ports-6221722a7762795b2534fa68fe758083c3e2d2b6.zip |
- Unbreak build with gnutls 2.8
- Bump PORTREVISION
Reported by: pointyhat (pav)
Notes
Notes:
svn path=/head/; revision=239979
Diffstat (limited to 'net-im/jabber')
-rw-r--r-- | net-im/jabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 446a49d0b178..56858cc8052b 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,7 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.6.1.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= net-im ipv6 MASTER_SITES= http://download.jabberd.org/jabberd14/ \ @@ -57,7 +57,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 +LDFLAGS+= -L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib -ltasn1 SUB_FILES+= pkg-install pkg-deinstall pkg-message SUB_LIST+= JABBER_USER=${JABBER_USER} JABBER_UID=${JABBER_UID} \ |