Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 16:14:33 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338901 - head/devel/py-zope.minmax
Message-ID:  <201401061614.s06GEXPE026978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401061614.s06GEXPE026978>