diff options
Diffstat (limited to 'sysutils/syslog-ng-devel/Makefile')
-rw-r--r-- | sysutils/syslog-ng-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index 825fe6cb7a49..b7e3c5688bcf 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/Makefile @@ -32,7 +32,6 @@ SMTP_DESC= Build with SMTP support JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support -.include <bsd.port.options.mk> LIB_DEPENDS= evtlog.0:${PORTSDIR}/sysutils/eventlog @@ -40,10 +39,10 @@ MAN1= loggen.1 pdbtool.1 syslog-ng-ctl.1 MAN5= syslog-ng.conf.5 MAN8= syslog-ng.8 +USES= gmake pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= glib20 gnomehack SUB_FILES= pkg-message @@ -51,6 +50,8 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ --enable-dynamic-linking \ --enable-debug +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MSYS_SSL} || ${PORT_OPTIONS:MPORTS_SSL} USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-ssl |