diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 15:39:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 15:39:55 +0000 |
commit | 83c866582685f3a2e746dff88754f482f188b3cb (patch) | |
tree | 878c1dcfbc68dfde699df6e17203f23ef47f64be /net-mgmt/smokeping | |
parent | 20e947a006da27244f9f9d19a4dc6aa28d27f9d9 (diff) | |
download | ports-83c866582685f3a2e746dff88754f482f188b3cb.tar.gz ports-83c866582685f3a2e746dff88754f482f188b3cb.zip |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index ec5a5fa11359..b48bfe070735 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -21,8 +21,7 @@ BUILD_DEPENDS= p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \ p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ENV+= PERL=${PERL} PERL5LIB=${PREFIX}/smokeping/lib CONFIGURE_ARGS+= \ |