Date: Sat, 9 Mar 2013 17:54:42 +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: r313738 - head/devel/py-Products.CMFActionIcons Message-ID: <201303091754.r29HsgTU048937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091754.r29HsgTU048937>