svn commit: r325982 - head/sysutils/rsyslog6

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 12:32:28 UTC 2013


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


More information about the svn-ports-all mailing list