diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-10 01:54:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-10 01:54:41 +0800 |
commit | 7534cc7cd04c8a369f248294cb05418115e3b3b9 (patch) | |
tree | 9a9d3fbd26197a85a91d264325607a13d8ba4ef6 /devel | |
parent | 5960f962c30835ca874a517ec4e41a70eb58194a (diff) | |
download | freebsd-ports-gnome-7534cc7cd04c8a369f248294cb05418115e3b3b9.tar.gz freebsd-ports-gnome-7534cc7cd04c8a369f248294cb05418115e3b3b9.tar.zst freebsd-ports-gnome-7534cc7cd04c8a369f248294cb05418115e3b3b9.zip |
- Unbreak build
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-Products.CMFActionIcons/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-Products.CMFActionIcons/Makefile b/devel/py-Products.CMFActionIcons/Makefile index d8cca52026c5..07471aa90ed4 100644 --- a/devel/py-Products.CMFActionIcons/Makefile +++ b/devel/py-Products.CMFActionIcons/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-Products.CMFActionIcons -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@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 Zope CMF 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 |