Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 18:53:41 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313744 - head/devel/py-Products.DCWorkflow
Message-ID:  <201303091853.r29IrfLM067315@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar  9 18:53:41 2013
New Revision: 313744
URL: http://svnweb.freebsd.org/changeset/ports/313744

Log:
  - Unbreak build

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

Modified: head/devel/py-Products.DCWorkflow/Makefile
==============================================================================
--- head/devel/py-Products.DCWorkflow/Makefile	Sat Mar  9 18:43:09 2013	(r313743)
+++ head/devel/py-Products.DCWorkflow/Makefile	Sat Mar  9 18:53:41 2013	(r313744)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-Products.DCWorkflow
-# Date created:				20 December 2011
-# Whom:					Ruslan Mahmatkhanov <cvs-src@yandex.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Products.DCWorkflow
 PORTVERSION=	2.2.4
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +12,7 @@ COMMENT=	DCWorkflow product for the Zope
 
 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
 



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