diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-10 02:53:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-10 02:53:41 +0800 |
commit | 8b8693e7bdfc41084473e5543d75caba0dcc1083 (patch) | |
tree | 9268bf6995ceb647235e07cee4cc42559a1ce537 /devel | |
parent | 83a75d5b7f3c50b535555d6c986c007146cd01bd (diff) | |
download | freebsd-ports-gnome-8b8693e7bdfc41084473e5543d75caba0dcc1083.tar.gz freebsd-ports-gnome-8b8693e7bdfc41084473e5543d75caba0dcc1083.tar.zst freebsd-ports-gnome-8b8693e7bdfc41084473e5543d75caba0dcc1083.zip |
- Unbreak build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-Products.DCWorkflow/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-Products.DCWorkflow/Makefile b/devel/py-Products.DCWorkflow/Makefile index a32a46438a83..2d9beb87b496 100644 --- a/devel/py-Products.DCWorkflow/Makefile +++ b/devel/py-Products.DCWorkflow/Makefile @@ -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 Content Management Framework 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 |