diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-07-22 20:48:23 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-07-22 20:48:23 +0000 |
commit | 211c7b5093e9c88ee2b0ed1491eaa3e2e4ac2667 (patch) | |
tree | 087a350837d76cb849a0a36d7fb7136d5f1b49c8 /net-mgmt/p5-GRNOC-TL1/Makefile | |
parent | d7bcf668c016fc6324e53014d063fe634f69c951 (diff) |
Notes
Diffstat (limited to 'net-mgmt/p5-GRNOC-TL1/Makefile')
-rw-r--r-- | net-mgmt/p5-GRNOC-TL1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-GRNOC-TL1/Makefile b/net-mgmt/p5-GRNOC-TL1/Makefile index 4e182ed5240e..260cb5427758 100644 --- a/net-mgmt/p5-GRNOC-TL1/Makefile +++ b/net-mgmt/p5-GRNOC-TL1/Makefile @@ -16,8 +16,8 @@ COMMENT= Module supports retrieval of data from different models of TL1 devices PERL_CONFIGURE= yes -BUILD_DEPENDS+= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ +BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} .include <bsd.port.mk> |