From 6f8d86b44d1f7fc55a050f64b2c2ef2d3353dc79 Mon Sep 17 00:00:00 2001 From: sat Date: Sat, 15 Dec 2007 19:19:18 +0000 Subject: - Let rsyslog modules lib_depend on logging to fix build Reported by: pointyhat via pav --- sysutils/rsyslog3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/rsyslog3') 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 -- cgit