diff options
author | sat <sat@FreeBSD.org> | 2007-12-16 03:19:18 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-12-16 03:19:18 +0800 |
commit | 6f8d86b44d1f7fc55a050f64b2c2ef2d3353dc79 (patch) | |
tree | 06130b3c2c6a02c6b441d8dfc40357247910da69 /sysutils | |
parent | 28f39434bad5aabcf66c7025c414f47f4425f6bc (diff) | |
download | freebsd-ports-gnome-6f8d86b44d1f7fc55a050f64b2c2ef2d3353dc79.tar.gz freebsd-ports-gnome-6f8d86b44d1f7fc55a050f64b2c2ef2d3353dc79.tar.zst freebsd-ports-gnome-6f8d86b44d1f7fc55a050f64b2c2ef2d3353dc79.zip |
- Let rsyslog modules lib_depend on logging to fix build
Reported by: pointyhat via pav
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rsyslog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/rsyslog3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile index f59fc70a4538..5b7ad1672df1 100644 --- a/sysutils/rsyslog/Makefile +++ b/sysutils/rsyslog/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= CENKES # http://download.rsyslog.com/rsyslog/ MAINTAINER= infofarmer@FreeBSD.org COMMENT?= Enhanced syslog daemon -.ifndef PKGNAMESUFFIX LIB_DEPENDS= logging.0:${PORTSDIR}/devel/liblogging +.ifndef PKGNAMESUFFIX USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message MAN8= rfc3195d.8 rklogd.8 rsyslogd.8 diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile index f59fc70a4538..5b7ad1672df1 100644 --- a/sysutils/rsyslog3/Makefile +++ b/sysutils/rsyslog3/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= CENKES # http://download.rsyslog.com/rsyslog/ MAINTAINER= infofarmer@FreeBSD.org COMMENT?= Enhanced syslog daemon -.ifndef PKGNAMESUFFIX LIB_DEPENDS= logging.0:${PORTSDIR}/devel/liblogging +.ifndef PKGNAMESUFFIX USE_RC_SUBR= ${PORTNAME}d SUB_FILES= pkg-message MAN8= rfc3195d.8 rklogd.8 rsyslogd.8 |