From 311be303285c905205b1863a32ef68ea7f285185 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 30 Apr 2013 16:37:46 +0000 Subject: - Fix cases where 2 USES= were used With hat: portmgr --- sysutils/rsyslog7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/rsyslog7') diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index b0da1344243c..bff8566994ca 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -75,7 +75,7 @@ PLIST_FILES+= lib/rsyslog/ompgsql.so \ .if ${PORT_OPTIONS:MRELP} LIB_DEPENDS+= relp.0:${PORTSDIR}/devel/librelp -USES= pkgconfig +USES+= pkgconfig CONFIGURE_ARGS+=--enable-relp PLIST_FILES+= lib/rsyslog/imrelp.la \ lib/rsyslog/imrelp.so \ @@ -85,7 +85,7 @@ PLIST_FILES+= lib/rsyslog/imrelp.la \ .if ${PORT_OPTIONS:MRFC3195} LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging -USES= pkgconfig +USES+= pkgconfig CONFIGURE_ARGS+=--enable-rfc3195 PLIST_FILES+= lib/rsyslog/im3195.la \ lib/rsyslog/im3195.so -- cgit v1.2.3