diff options
author | wiz <wiz> | 2010-03-07 08:56:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-03-07 08:56:55 +0000 |
commit | 043d917aa8ae6f68d1a25868e1e57d46e9bad58b (patch) | |
tree | 6d19c660c2c0956ccfa6197e294a6c74ace2121b /misc | |
parent | 4e0624d70ee0aa52bac291f8ef56408e0f3dbffb (diff) | |
download | pkgsrc-043d917aa8ae6f68d1a25868e1e57d46e9bad58b.tar.gz |
Update minimum requirements per README.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gaupol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 1b4df27a6ef..c460ba10805 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/03/07 08:55:45 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/07 08:56:55 wiz Exp $ # DISTNAME= gaupol-0.15 @@ -11,7 +11,7 @@ COMMENT= Subtitle editor DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet -DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant +DEPENDS+= ${PYPKGPREFIX}-enchant>=1.1.3:../../textproc/py-enchant DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12:../../x11/py-gtk2 PYTHON_VERSIONS_ACCEPTED= 26 25 |