diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-01-10 03:02:45 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-01-10 03:02:45 +0000 |
commit | fb3ac2aa35717714a4f8533d063aab98eaa7b4ce (patch) | |
tree | d64e01f51b57d726aa7969f2ab8e9bbd9c5f03ed /net/entitymib | |
parent | 8515c2292053219a28331a4e94a15e8c86113ba8 (diff) | |
download | ports-fb3ac2aa35717714a4f8533d063aab98eaa7b4ce.tar.gz ports-fb3ac2aa35717714a4f8533d063aab98eaa7b4ce.zip |
Notes
Diffstat (limited to 'net/entitymib')
-rw-r--r-- | net/entitymib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/entitymib/Makefile b/net/entitymib/Makefile index 93fbfc1ba4ae..cc3c6cdcd57e 100644 --- a/net/entitymib/Makefile +++ b/net/entitymib/Makefile @@ -19,7 +19,7 @@ COMMENT=Display the Entity MIB of an SNMP agent RUN_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ ${SITE_PERL}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/net-snmp -USE_PERL= yes +USE_PERL5_RUN= yes MAN1= entitymib.1 NO_BUILD= nope |