diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-01-20 22:37:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-01-20 22:37:10 +0000 |
commit | a6826981a8b9926033d3865691b8ea60528ce5d6 (patch) | |
tree | 783c9dfdc6489b5746626655e292f60828e89834 /net-im | |
parent | a0e0b3d6d8448e30859e5707b2591048eb6d15cd (diff) | |
download | ports-a6826981a8b9926033d3865691b8ea60528ce5d6.tar.gz ports-a6826981a8b9926033d3865691b8ea60528ce5d6.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/venom/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/venom/Makefile b/net-im/venom/Makefile index bf2956193504..952a399e5f81 100644 --- a/net-im/venom/Makefile +++ b/net-im/venom/Makefile @@ -16,13 +16,17 @@ LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +BROKEN= Does not compile with the recent Tox +DEPRECATED= No more support from the project +EXPIRATION_DATE= 2015-01-31 + USE_GITHUB= yes GH_ACCOUNT= naxuroqa GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= a9bff73 USES= cmake desktop-file-utils gettext pkgconfig -USE_GNOME= glib20 gtk30 +USE_GNOME= cairo glib20 gtk30 USE_SQLITE= yes INSTALLS_ICONS= yes |