diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-23 14:53:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-23 14:53:14 +0000 |
commit | ca14a8994d8019e5072e8b6f8344949f9fd86173 (patch) | |
tree | 1ecce6617e3097ce674d26d6fcb33d0758155ac0 /net-im/dino | |
parent | 8a3aa16835c099aec78c9a800bfd81ba5769f342 (diff) | |
download | ports-ca14a8994d8019e5072e8b6f8344949f9fd86173.tar.gz ports-ca14a8994d8019e5072e8b6f8344949f9fd86173.zip |
Notes
Diffstat (limited to 'net-im/dino')
-rw-r--r-- | net-im/dino/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index 9424c5cc0f6b..e954f5411a9d 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -11,6 +11,8 @@ COMMENT= Modern XMPP Chat Client using GTK+/Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Does not build with glib 2.66.0 + BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libgee-0.8.so:devel/libgee \ |