Date: Mon, 2 Sep 2013 12:32:28 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325982 - head/sysutils/rsyslog6 Message-ID: <201309021232.r82CWSW1034553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 12:32:28 2013 New Revision: 325982 URL: http://svnweb.freebsd.org/changeset/ports/325982 Log: Add an explicit dependency on pkgconfig Modified: head/sysutils/rsyslog6/Makefile Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Mon Sep 2 12:26:32 2013 (r325981) +++ head/sysutils/rsyslog6/Makefile Mon Sep 2 12:32:28 2013 (r325982) @@ -23,6 +23,8 @@ LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee json.0:${PORTSDIR}/devel/json-c \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +USES= pkgconfig + .ifdef MNAME RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog6 PLIST= ${.CURDIR}/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021232.r82CWSW1034553>