svn commit: r313738 - head/devel/py-Products.CMFActionIcons

Martin Wilke miwi at FreeBSD.org
Sat Mar 9 17:54:42 UTC 2013


Author: miwi
Date: Sat Mar  9 17:54:41 2013
New Revision: 313738
URL: http://svnweb.freebsd.org/changeset/ports/313738

Log:
  - Unbreak build

Modified:
  head/devel/py-Products.CMFActionIcons/Makefile   (contents, props changed)

Modified: head/devel/py-Products.CMFActionIcons/Makefile
==============================================================================
--- head/devel/py-Products.CMFActionIcons/Makefile	Sat Mar  9 17:43:38 2013	(r313737)
+++ head/devel/py-Products.CMFActionIcons/Makefile	Sat Mar  9 17:54:41 2013	(r313738)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-Products.CMFActionIcons
-# Date created:				20 December 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src at yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Products.CMFActionIcons
 PORTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +12,7 @@ COMMENT=	Action icons product for the Zo
 
 LICENSE=	ZPL21
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
 		${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
 


More information about the svn-ports-head mailing list