Date: Thu, 8 Nov 2012 20:52:55 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307198 - head/devel/py-Products.GenericSetup Message-ID: <201211082052.qA8KqtrQ021326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Nov 8 20:52:55 2012 New Revision: 307198 URL: http://svnweb.freebsd.org/changeset/ports/307198 Log: - add missing dependency, it should fix build on pointyhat Reported by: pointyhat (beat) Feature safe: yes Modified: head/devel/py-Products.GenericSetup/Makefile Modified: head/devel/py-Products.GenericSetup/Makefile ============================================================================== --- head/devel/py-Products.GenericSetup/Makefile Thu Nov 8 20:48:49 2012 (r307197) +++ head/devel/py-Products.GenericSetup/Makefile Thu Nov 8 20:52:55 2012 (r307198) @@ -2,6 +2,7 @@ PORTNAME= Products.GenericSetup PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,7 @@ COMMENT= Read Zope configuration state f LICENSE= ZPL21 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eggtestinfo>0:${PORTSDIR}/devel/py-eggtestinfo RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211082052.qA8KqtrQ021326>