diff options
author | thierry <thierry@FreeBSD.org> | 2015-01-21 06:37:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-01-21 06:37:10 +0800 |
commit | 1d638b57be6fc14f4aac794d3c73a94a7ddd9c2c (patch) | |
tree | 783c9dfdc6489b5746626655e292f60828e89834 /net-im/venom | |
parent | 56d5d3779dab4ad84ea7c7974d5aa6c7090984ca (diff) | |
download | freebsd-ports-gnome-1d638b57be6fc14f4aac794d3c73a94a7ddd9c2c.tar.gz freebsd-ports-gnome-1d638b57be6fc14f4aac794d3c73a94a7ddd9c2c.tar.zst freebsd-ports-gnome-1d638b57be6fc14f4aac794d3c73a94a7ddd9c2c.zip |
Mark BROKEN and DEPRECATED.
Its maintainer left long ago and the Tox project have no future plans to
support it. Also, it does not currently build with Toxcore.
Suggested by: urras (at) tox.im
Diffstat (limited to 'net-im/venom')
-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 |