svn commit: r307572 - head/devel/bzr-fastimport
Carlo Strub
cs at FreeBSD.org
Mon Nov 19 21:25:48 UTC 2012
Author: cs
Date: Mon Nov 19 21:25:47 2012
New Revision: 307572
URL: http://svnweb.freebsd.org/changeset/ports/307572
Log:
Update dependency (this port needs devel/py-fastimport)
Feature safe: yes
Modified:
head/devel/bzr-fastimport/Makefile
Modified: head/devel/bzr-fastimport/Makefile
==============================================================================
--- head/devel/bzr-fastimport/Makefile Mon Nov 19 21:20:34 2012 (r307571)
+++ head/devel/bzr-fastimport/Makefile Mon Nov 19 21:25:47 2012 (r307572)
@@ -14,7 +14,8 @@ COMMENT= Provide fast loading of revisio
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
-RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
+RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr \
+ ${PYTHON_SITELIBDIR}/fastimport/__init__.py:${PORTSDIR}/devel/py-fastimport
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
More information about the svn-ports-head
mailing list