diff options
author | garga <garga@FreeBSD.org> | 2010-09-15 01:26:39 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-15 01:26:39 +0800 |
commit | 78aec944cf9a518a5259616c9006d1feda61190b (patch) | |
tree | 082fa4dda627e5701123b0132c5d82391b75b0e0 /net | |
parent | 49c1ba3744ac6f8755596729efb6ba17e0d99c39 (diff) | |
download | freebsd-ports-gnome-78aec944cf9a518a5259616c9006d1feda61190b.tar.gz freebsd-ports-gnome-78aec944cf9a518a5259616c9006d1feda61190b.tar.zst freebsd-ports-gnome-78aec944cf9a518a5259616c9006d1feda61190b.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/" \ |