diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 16:18:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-03 16:18:49 +0000 |
commit | 53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56 (patch) | |
tree | af34a59d3d16b99fda6fb0f1c025cfdbd117b523 /net-mgmt/fetchconfig/Makefile | |
parent | 06ffcbb8d55c466c31de72862d0146ec29e464b4 (diff) | |
download | ports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.tar.gz ports-53cf8c3d6d33fcd748a8d74bb3fc205cb0057c56.zip |
Notes
Diffstat (limited to 'net-mgmt/fetchconfig/Makefile')
-rw-r--r-- | net-mgmt/fetchconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile index 4843ad8f4da0..3f6525aa3d6c 100644 --- a/net-mgmt/fetchconfig/Makefile +++ b/net-mgmt/fetchconfig/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \ |