svn commit: r328742 - head/net-mgmt/zenoss

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 21:50:21 UTC 2013


Author: antoine
Date: Sun Sep 29 21:50:20 2013
New Revision: 328742
URL: http://svnweb.freebsd.org/changeset/ports/328742

Log:
  Fix BUILD_DEPENDS line after swig13 package name change

Modified:
  head/net-mgmt/zenoss/Makefile

Modified: head/net-mgmt/zenoss/Makefile
==============================================================================
--- head/net-mgmt/zenoss/Makefile	Sun Sep 29 21:50:07 2013	(r328741)
+++ head/net-mgmt/zenoss/Makefile	Sun Sep 29 21:50:20 2013	(r328742)
@@ -16,7 +16,7 @@ COMMENT=	Application, server, and networ
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS+=	swig>=1.3:${PORTSDIR}/devel/swig13 \
+BUILD_DEPENDS+=	swig13>=1.3:${PORTSDIR}/devel/swig13 \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
 
 RUN_DEPENDS+=	net-snmp>=5.5:${PORTSDIR}/net-mgmt/net-snmp \


More information about the svn-ports-all mailing list