aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabber/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-08-20 07:05:23 +0800
committermm <mm@FreeBSD.org>2009-08-20 07:05:23 +0800
commiteca6316d0f7aaf4bc62d39dfe82b192d410b138d (patch)
treef870c7b22c0c5f994ac3262792c5c94b47b1db38 /net-im/jabber/Makefile
parentd71afdd90ccfcf891c85feb1f6794df677d60918 (diff)
downloadfreebsd-ports-gnome-eca6316d0f7aaf4bc62d39dfe82b192d410b138d.tar.gz
freebsd-ports-gnome-eca6316d0f7aaf4bc62d39dfe82b192d410b138d.tar.zst
freebsd-ports-gnome-eca6316d0f7aaf4bc62d39dfe82b192d410b138d.zip
- Unbreak build with gnutls 2.8
- Bump PORTREVISION Reported by: pointyhat (pav)
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r--net-im/jabber/Makefile4
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} \