diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 05:36:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 05:36:34 +0800 |
commit | a3bed607c31d78ade1e65c96a090a744d6a5afdd (patch) | |
tree | 933b3ef515ea78dbb0689b3fcc5c9a809eaa49d8 /japanese | |
parent | 468c4d965681497657c9f610b46a6c7bb05dc462 (diff) | |
download | freebsd-ports-gnome-a3bed607c31d78ade1e65c96a090a744d6a5afdd.tar.gz freebsd-ports-gnome-a3bed607c31d78ade1e65c96a090a744d6a5afdd.tar.zst freebsd-ports-gnome-a3bed607c31d78ade1e65c96a090a744d6a5afdd.zip |
- Fix dependencies, unbreak
PR: ports/79173
Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/zope-jamailhost/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile index ecc312841551..0253af531492 100644 --- a/japanese/zope-jamailhost/Makefile +++ b/japanese/zope-jamailhost/Makefile @@ -7,16 +7,15 @@ PORTNAME= jaMailHost PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= japanese www zope MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ MAINTAINER= yasi@yasi.to COMMENT= A Zope hotfix Product to send mail in Japanese -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec - -BROKEN= Broken dependency +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope USE_PYTHON= yes USE_ZOPE= yes |