aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng-devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
commitdb7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch)
tree49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /sysutils/syslog-ng-devel
parentea1237cf5e53134db56449396d80dbaa8167c827 (diff)
downloadports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz
ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip
Notes
Diffstat (limited to 'sysutils/syslog-ng-devel')
-rw-r--r--sysutils/syslog-ng-devel/Makefile5
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