diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 044a4ed..87d9812 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -10,10 +10,6 @@ WWW= https://www.nagios.org/ LICENSE= GPLv2 -FLAVORS= default monplugins -FLAVOR?= ${FLAVORS:[1]} -monplugins_PKGNAMESUFFIX= -monplugins - LIB_DEPENDS= libltdl.so:devel/libltdl \ libgd.so:graphics/gd @@ -74,7 +70,6 @@ GROUPS= ${NAGIOSGROUP} OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP EVENT_BROKER UNHANDLED_HACK OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS -# XXX: OPTIONS_DEFAULT= NAGPLUGINS EMBEDDED_PERL_DESC= Enable embedded Perl [requires Perl 5.8.0+] NANOSLEEP_DESC= Use nanosleep in event timing @@ -84,7 +79,7 @@ UNHANDLED_HACK_DESC= Display passive checks in unhandled queries MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins -#OPTIONS_SUB= +OPTIONS_SUB= EMBEDDED_PERL_USE= perl5=run EMBEDDED_PERL_CONFIGURE_ENABLE= embedded-perl @@ -92,14 +87,6 @@ EMBEDDED_PERL_CONFIGURE_WITH= perlcache NANOSLEEP_CONFIGURE_ENABLE= nanosleep EVENT_BROKER_CONFIGURE_ENABLE= event-broker -#.if ${FLAVOR:U} == monplugins -#OPTIONS_DEFAULT+= MONPLUGINS -#.endif - -#.if ${FLAVOR:U} == default -#OPTIONS_DEFAULT+= NAGPLUGINS -#.endif - post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}