Correct run-time dependencies and make it slightly less broken (although

it seems there is no chance to make it work again).

- Remove converters/py-cjkcodecs from run-time dependency. [1]
It was included in the Python itself for some time now.  Please see
ports/160306 for more info.
- Add x11-toolkits/py-gnome-desktop to run-time dependency.

Pointed out by:	Ruslan Mahmatkhanov (cvs-src at yandex dot ru) [1]
This commit is contained in:
Jung-uk Kim 2011-09-01 17:04:09 +00:00
parent 834f365009
commit e2d23f571d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280993

View File

@ -17,12 +17,10 @@ IGNORE= has multiple run-time problems, e. g., using obsolete URLs
DEPRECATED= HTMLs from the recent Yahoo! Korea Dictionary cannot be parsed
EXPIRATION_DATE=2011-11-01
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/cjkcodecs.pth:${PORTSDIR}/converters/py-cjkcodecs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_BZIP2= yes
USE_GNOME= gnomehier pygnome2
USE_GNOME= gnomehier pygnome2 pygnomedesktop
.include <bsd.port.pre.mk>