aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-07 23:19:27 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-07 23:19:27 +0800
commitc393dac975e9212417c1b2b62e2062cb5ecb08bf (patch)
tree12ee705fe6d7c3506d5dfd4733da4ba02de1e7b5 /irc
parent68ae2c66677d32f6ba7dccfe958fe515c14d8939 (diff)
downloadfreebsd-ports-c393dac975e9212417c1b2b62e2062cb5ecb08bf.tar.gz
freebsd-ports-c393dac975e9212417c1b2b62e2062cb5ecb08bf.tar.zst
freebsd-ports-c393dac975e9212417c1b2b62e2062cb5ecb08bf.zip
- Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC')
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=433559
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi-xmpp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile
index 23a749613041..a9d04f973920 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -16,6 +16,8 @@ BUILD_DEPENDS= irssi:irc/irssi
LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN= does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC')
+
USES= gettext-runtime pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes