From ad1bf8ec5ac5f7d7c23652030c3cdef190cc4416 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 30 Sep 2015 23:09:05 +0000 Subject: - Switch to options helpers --- benchmarks/polygraph/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 3a541f113f31..116b9bd1a3b6 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -24,25 +24,18 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFLICTS= ltrace-0* OPTIONS_DEFINE= GNUPLOT OPENSSL PERL ZLIB +OPTIONS_DEFAULT=OPENSSL ZLIB GNUPLOT_DESC= GNUPlot for full reporting functionality OPENSSL_DESC= Enable SSL/HTTPS support PERL_DESC= Install Perl for PolyGraph tools ZLIB_DESC= Enable HTTP compression support -OPTIONS_DEFAULT= OPENSSL ZLIB - -GNUPLOT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - +GNUPLOT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot OPENSSL_USE= OPENSSL=yes +OPENSSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE} PERL_USES= perl5 PERL_USE= PERL5=run ZLIB_CONFIGURE_WITH= zlib=/usr -.include - -.if ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} -.endif - .include -- cgit v1.2.3