diff options
author | wollman <wollman@FreeBSD.org> | 2004-01-10 03:02:45 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2004-01-10 03:02:45 +0000 |
commit | cad6cdb0c0f87032e7cc6a4543b378dc1e39160c (patch) | |
tree | e776f326434bf64529eeb05ece4c16c4c9423de3 /net/entitymib | |
parent | 93741ac14fa9bed19aa84a43af11c67a5afffda2 (diff) | |
download | FreeBSD-ports-cad6cdb0c0f87032e7cc6a4543b378dc1e39160c.zip FreeBSD-ports-cad6cdb0c0f87032e7cc6a4543b378dc1e39160c.tar.gz |
Spell USE_PERL5_RUN correctly.
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 93fbfc1..cc3c6cd 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 |