diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-06-24 06:50:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-06-24 06:50:25 +0000 |
commit | c41686f832fdc07d0d6cb9acc71276e4614a4d31 (patch) | |
tree | 8462db0109f9ef61a65c07d3f4f08a4216b7fd78 /net-mgmt/net-snmp | |
parent | 8c348c8141d8768c7660e2e76e2bbc11a13b02a8 (diff) | |
download | ports-c41686f832fdc07d0d6cb9acc71276e4614a4d31.tar.gz ports-c41686f832fdc07d0d6cb9acc71276e4614a4d31.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 133d1ec6fcc6..81442f354f43 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -27,6 +27,7 @@ COMMENT= An extendable SNMP implementation .if defined(WITH_TKMIB) RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk .endif +PATCH_DEPENDS= ${LIBTOOL_DEPENDS} USE_REINPLACE= yes USE_AUTOCONF_VER=259 |