diff options
author | pav <pav@FreeBSD.org> | 2004-05-03 11:35:55 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-03 11:35:55 +0000 |
commit | 92107c7cc7616a164ac20ac2d715eb2ffbfb2965 (patch) | |
tree | 919cfd1a49f67cef3b13c7cbce99af869c0ae43b /www/zope-archetypes | |
parent | 270aed8f9863a12680a1837d75a9ff15ce0e998e (diff) | |
download | FreeBSD-ports-92107c7cc7616a164ac20ac2d715eb2ffbfb2965.zip FreeBSD-ports-92107c7cc7616a164ac20ac2d715eb2ffbfb2965.tar.gz |
- Fix dependencies after recent Zope changes
PR: ports/66195
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Diffstat (limited to 'www/zope-archetypes')
-rw-r--r-- | www/zope-archetypes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope-archetypes/Makefile b/www/zope-archetypes/Makefile index 0223062..f1e5156 100644 --- a/www/zope-archetypes/Makefile +++ b/www/zope-archetypes/Makefile @@ -18,8 +18,8 @@ DIST_SUBDIR= zope MAINTAINER= filippo@widestore.net COMMENT= Framework for the development of new Content Types in Zope/CMF/Plone -RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFPlone/__init__.py:${PORTSDIR}/www/plone \ - ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/PortalTransforms/__init__.py:${PORTSDIR}/www/zope-cmftransforms +RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone \ + ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/PortalTransforms/__init__.py:${PORTSDIR}/www/zope-cmftransforms WRKSRC=${WRKDIR}/${DISTNAME} USE_ZOPE= yes |