diff options
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" |