diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-20 17:00:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-20 17:00:35 +0000 |
commit | d6f96489a0adf6ef1185a53a15074577080379df (patch) | |
tree | b9ba3baa4d0b7717bb6fd784dd497d15b091fb9e /editors | |
parent | 873fbc865fdd3d3e8900c258dd4449f5dcbad02f (diff) | |
download | pkgsrc-d6f96489a0adf6ef1185a53a15074577080379df.tar.gz |
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/nts/Makefile b/editors/nts/Makefile index 55128586c6d..3d5cac40645 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/02/20 17:00:35 wiz Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -10,9 +10,9 @@ HOMEPAGE= http://www.duke.edu/~dgraham/NTS/ COMMENT= Simple GUI note taking application LICENSE= gnu-gpl-v2 +DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets -PYTHON_VERSIONED_DEPENDENCIES= dateutil PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= # none @@ -21,5 +21,4 @@ PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |