diff options
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile index a17acd54ee1d..9f7a5435536c 100644 --- a/net-mgmt/p5-Altoids/Makefile +++ b/net-mgmt/p5-Altoids/Makefile @@ -16,7 +16,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org COMMENT= SNMP get/walk functionality with built-in name to OID translation -RUN_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session +BUILD_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session +RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |