diff options
author | wollman <wollman@FreeBSD.org> | 2004-01-10 11:02:45 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2004-01-10 11:02:45 +0800 |
commit | cad6cdb0c0f87032e7cc6a4543b378dc1e39160c (patch) | |
tree | e776f326434bf64529eeb05ece4c16c4c9423de3 /net/entitymib | |
parent | 93741ac14fa9bed19aa84a43af11c67a5afffda2 (diff) | |
download | freebsd-ports-gnome-cad6cdb0c0f87032e7cc6a4543b378dc1e39160c.tar.gz freebsd-ports-gnome-cad6cdb0c0f87032e7cc6a4543b378dc1e39160c.tar.zst freebsd-ports-gnome-cad6cdb0c0f87032e7cc6a4543b378dc1e39160c.zip |
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 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 |