diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 16:45:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 16:45:34 +0800 |
commit | 2b92f8c1902089b461cd31b53a792492115ac2e5 (patch) | |
tree | b43584dae0e02c73787dbf08127f7c7f228b057a /www | |
parent | 31f9b5ab574ad0b0d4599979199ec64a08aa5297 (diff) | |
download | freebsd-ports-gnome-2b92f8c1902089b461cd31b53a792492115ac2e5.tar.gz freebsd-ports-gnome-2b92f8c1902089b461cd31b53a792492115ac2e5.tar.zst freebsd-ports-gnome-2b92f8c1902089b461cd31b53a792492115ac2e5.zip |
- Fix dependency on py-dateutil
PR: ports/92236
Submitted by: Khairil Yusof <khairil.yusof@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/zope-calendaring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope-calendaring/Makefile b/www/zope-calendaring/Makefile index 2b634ebff283..c5b7a19a3326 100644 --- a/www/zope-calendaring/Makefile +++ b/www/zope-calendaring/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= kaeru@inigo-tech.com COMMENT= Calendar product for Plone -RUN_DEPENDS= ${LOCALBASE}/${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \ ${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone NO_PACKAGE= Double python dependency |