aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-11-09 09:42:04 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-11-09 09:42:04 +0000
commit6721964916a445db25cbd0b05d0f22edcbbd165a (patch)
tree020eb74a4f3a9379e47cf645605ae9cc51ccefb6
parentc6df918847a7270d779ef1bb42a3958df8773385 (diff)
downloadports-6721964916a445db25cbd0b05d0f22edcbbd165a.tar.gz
ports-6721964916a445db25cbd0b05d0f22edcbbd165a.zip
MFH r307198
- add missing dependency, it should fix build on pointyhat Reported by: pointyhat (beat) Approved by: portmgr (beat) Feature safe: yes
Notes
Notes: svn path=/branches/RELENG_9_1_0/; revision=307232
-rw-r--r--devel/py-Products.GenericSetup/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-Products.GenericSetup/Makefile b/devel/py-Products.GenericSetup/Makefile
index 10ff63b0ebad..15b4c423c3fd 100644
--- a/devel/py-Products.GenericSetup/Makefile
+++ b/devel/py-Products.GenericSetup/Makefile
@@ -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 from profile dirs / tarballs
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