Date: Sun, 29 Sep 2013 21:50:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328742 - head/net-mgmt/zenoss Message-ID: <201309292150.r8TLoKeO076073@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292150.r8TLoKeO076073>