diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-07 08:56:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-07 08:56:55 +0000 |
commit | c1b48c86fd21887b5aa30375fd3b0ec793ff76d8 (patch) | |
tree | 6d19c660c2c0956ccfa6197e294a6c74ace2121b | |
parent | 7a06aae81d7fccabe9f19daeda520ac9aa693b5b (diff) | |
download | pkgsrc-c1b48c86fd21887b5aa30375fd3b0ec793ff76d8.tar.gz |
Update minimum requirements per README.
-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 |