diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 16:37:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-04-30 16:37:46 +0000 |
commit | 311be303285c905205b1863a32ef68ea7f285185 (patch) | |
tree | ab790e123ed3d0f3a02ac1007456f92dbf3e866a /sysutils | |
parent | - conversion of USE_GETTEXT to USES framework (diff) |
- Fix cases where 2 USES= were used
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=316950
Diffstat (limited to 'sysutils')
-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 |