aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog7
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 19:55:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 19:55:48 +0000
commit0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch)
tree75e8ab6c627957618692c95d7dad6a3f1adee9d9 /sysutils/rsyslog7
parent67024b2839e6cad6b79f6ce35a5925b15cb83cfe (diff)
downloadports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.tar.gz
ports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.zip
Notes
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r--sysutils/rsyslog7/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile
index 777903f3c135..2613c195ed19 100644
--- a/sysutils/rsyslog7/Makefile
+++ b/sysutils/rsyslog7/Makefile
@@ -32,11 +32,12 @@ RELP_DESC= RELP input/output module for rsyslog
RFC3195_DESC= RFC3195 input support for rsyslog
SNMP_DESC= SNMP trap sender for rsyslog
+USES= pkgconfig
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDBI}
LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi
-USES+= pkgconfig
CONFIGURE_ARGS+=--enable-libdbi
PLIST_FILES+= lib/rsyslog/omlibdbi.la \
lib/rsyslog/omlibdbi.so
@@ -46,7 +47,6 @@ CONFIGURE_ARGS+=--disable-libdbi
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
-USES+= pkgconfig
CONFIGURE_ARGS+=--enable-gnutls
PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \
lib/rsyslog/lmnsd_gtls.so
@@ -86,7 +86,6 @@ CONFIGURE_ARGS+=--disable-pgsql
.if ${PORT_OPTIONS:MRELP}
LIB_DEPENDS+= relp.0:${PORTSDIR}/devel/librelp
-USES+= pkgconfig
CONFIGURE_ARGS+=--enable-relp
PLIST_FILES+= lib/rsyslog/imrelp.la \
lib/rsyslog/imrelp.so \
@@ -98,7 +97,6 @@ CONFIGURE_ARGS+=--disable-relp
.if ${PORT_OPTIONS:MRFC3195}
LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging
-USES+= pkgconfig
CONFIGURE_ARGS+=--enable-rfc3195
PLIST_FILES+= lib/rsyslog/im3195.la \
lib/rsyslog/im3195.so