svn commit: r312039 - in head/sysutils: rsyslog6 rsyslog7

Bryan Drewery bdrewery at FreeBSD.org
Mon Feb 11 01:44:04 UTC 2013


Author: bdrewery
Date: Mon Feb 11 01:44:03 2013
New Revision: 312039
URL: http://svnweb.freebsd.org/changeset/ports/312039

Log:
  - Remove trailing slash from devel/json-c LIB_DEPENDS origin
  
  Approved by:	brd (maintainer)

Modified:
  head/sysutils/rsyslog6/Makefile
  head/sysutils/rsyslog7/Makefile

Modified: head/sysutils/rsyslog6/Makefile
==============================================================================
--- head/sysutils/rsyslog6/Makefile	Mon Feb 11 01:29:16 2013	(r312038)
+++ head/sysutils/rsyslog6/Makefile	Mon Feb 11 01:44:03 2013	(r312039)
@@ -17,7 +17,7 @@ USE_LDCONFIG=	yes
 LIB_DEPENDS+=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr \
 		sysinfo:${PORTSDIR}/devel/libsysinfo \
-		json.0:${PORTSDIR}/devel/json-c/ \
+		json.0:${PORTSDIR}/devel/json-c \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 .ifdef MNAME

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Mon Feb 11 01:29:16 2013	(r312038)
+++ head/sysutils/rsyslog7/Makefile	Mon Feb 11 01:44:03 2013	(r312039)
@@ -14,7 +14,7 @@ USE_LDCONFIG=	yes
 LIB_DEPENDS+=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr \
 		sysinfo:${PORTSDIR}/devel/libsysinfo \
-		json.0:${PORTSDIR}/devel/json-c/ \
+		json.0:${PORTSDIR}/devel/json-c \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 PORTSCOUT=	limit:^6


More information about the svn-ports-all mailing list