diff options
author | pav <pav@FreeBSD.org> | 2004-03-04 16:40:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-04 16:40:26 +0800 |
commit | fee74540e8a1875604ea5f960f1e9613bd935ce2 (patch) | |
tree | aa303702878d2c8bc016a6286f04da25cc6cc071 /www | |
parent | 7c08af7df0404ac0cb5bdc80203ee3808dd3ba8f (diff) | |
download | freebsd-ports-gnome-fee74540e8a1875604ea5f960f1e9613bd935ce2.tar.gz freebsd-ports-gnome-fee74540e8a1875604ea5f960f1e9613bd935ce2.tar.zst freebsd-ports-gnome-fee74540e8a1875604ea5f960f1e9613bd935ce2.zip |
- We don't really depend on plone. This unbreaks build (conflicting dependencies)
Submitted by: Khairil Yusof <kaeru@inigo-tech.com> (maintainer)
Reported by: bento via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/zope-ttwtype/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/zope-ttwtype/Makefile b/www/zope-ttwtype/Makefile index 3eb5606d27ec..23c7d37f7d97 100644 --- a/www/zope-ttwtype/Makefile +++ b/www/zope-ttwtype/Makefile @@ -16,9 +16,8 @@ DISTNAME= TTWType-1.0rc2 MAINTAINER= kaeru@inigo-tech.com COMMENT= TTWType product for CMF/Plone -RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone \ - ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/Formulator/__init__.py:${PORTSDIR}/www/zope-formulator \ - ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFFormController/__init__.py:${PORTSDIR}/www/zope-cmfformcontroller +RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/Formulator/__init__.py:${PORTSDIR}/www/zope-formulator \ + ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFFormController/__init__.py:${PORTSDIR}/www/zope-cmfformcontroller USE_PYTHON= yes USE_ZOPE= yes |