diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-15 01:26:39 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-15 01:26:39 +0800 |
commit | 20b40314e86fb0982bcb5369381efc7ff8d3d059 (patch) | |
tree | e64511be62ff1195d510f8a1aab679aab2608f01 /net | |
parent | 1b03837a3bb9f9078a71d5edba4ee2d8eeefae90 (diff) | |
download | freebsd-ports-gnome-20b40314e86fb0982bcb5369381efc7ff8d3d059.tar.gz freebsd-ports-gnome-20b40314e86fb0982bcb5369381efc7ff8d3d059.tar.zst freebsd-ports-gnome-20b40314e86fb0982bcb5369381efc7ff8d3d059.zip |
Mark as DEPRECATED ans set EXPIRATION_DATE for 1 month. It depends of net-snmp4
that will be removed soon
Approved by: portmgr (pav)
Diffstat (limited to 'net')
-rw-r--r-- | net/gkrellm_snmp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/gkrellm_snmp/Makefile b/net/gkrellm_snmp/Makefile index d67e084df989..43bfc942b65c 100644 --- a/net/gkrellm_snmp/Makefile +++ b/net/gkrellm_snmp/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm +DEPRECATED= Depends of net-snmp4, that is deprecated also and will be removed soon. +EXPIRATION_DATE=2010-10-14 + PLIST_FILES= libexec/gkrellm/plugins/gkrellm_snmp.so USE_GNOME= imlib MAKE_ENV= GKRELLM_INCLUDE="-I${LOCALBASE}/include/gkrellm/" \ |