diff options
author | vs <vs@FreeBSD.org> | 2004-05-11 14:11:49 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-11 14:11:49 +0800 |
commit | 3c14b8ef4b53479c21320aa38d87402149b454fc (patch) | |
tree | 197dc6ecd67f7d2fe7842a60c85edbf1573e8765 | |
parent | 289910a925166d9b26815cb95338fe306868785e (diff) | |
download | freebsd-ports-gnome-3c14b8ef4b53479c21320aa38d87402149b454fc.tar.gz freebsd-ports-gnome-3c14b8ef4b53479c21320aa38d87402149b454fc.tar.zst freebsd-ports-gnome-3c14b8ef4b53479c21320aa38d87402149b454fc.zip |
Add p5-SNMP_Session to BUILD_DEPENDS.
Noticed by: bento
Approved by: billf
-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 |