svn commit: r338901 - head/devel/py-zope.minmax

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jan 6 16:14:33 UTC 2014


Author: rm
Date: Mon Jan  6 16:14:33 2014
New Revision: 338901
URL: http://svnweb.freebsd.org/changeset/ports/338901

Log:
  - remove erroneous backslash from RUN_DEPENDS that was there from the beginning

Modified:
  head/devel/py-zope.minmax/Makefile

Modified: head/devel/py-zope.minmax/Makefile
==============================================================================
--- head/devel/py-zope.minmax/Makefile	Mon Jan  6 15:56:18 2014	(r338900)
+++ head/devel/py-zope.minmax/Makefile	Mon Jan  6 16:14:33 2014	(r338901)
@@ -14,7 +14,7 @@ COMMENT=	Homogeneous values favoring max
 LICENSE=	ZPL21
 
 RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
-		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes


More information about the svn-ports-all mailing list