diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-01 00:37:46 +0800 |
commit | a011d2cc5d45dac4bcdde10619033caec8dd2364 (patch) | |
tree | ab790e123ed3d0f3a02ac1007456f92dbf3e866a /sysutils/rsyslog7 | |
parent | b50d1a90075ff178fe0186eafac259f00535d6d7 (diff) | |
download | freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.gz freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.tar.zst freebsd-ports-gnome-a011d2cc5d45dac4bcdde10619033caec8dd2364.zip |
- Fix cases where 2 USES= were used
With hat: portmgr
Diffstat (limited to 'sysutils/rsyslog7')
-rw-r--r-- | sysutils/rsyslog7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |