summaryrefslogtreecommitdiff
path: root/editors/nts
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-16 10:41:53 +0000
committerwiz <wiz>2014-01-16 10:41:53 +0000
commit60ae8c192bf884fdcc1ea174747e531076a73155 (patch)
tree4db354978084188ed96a82d9dbadf1d2ccd2b120 /editors/nts
parent731530258791d977402e4beedc72f532a037f937 (diff)
downloadpkgsrc-60ae8c192bf884fdcc1ea174747e531076a73155.tar.gz
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'editors/nts')
-rw-r--r--editors/nts/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/nts/Makefile b/editors/nts/Makefile
index 8741cffa3e1..455bfd79262 100644
--- a/editors/nts/Makefile
+++ b/editors/nts/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 11:43:38 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2014/01/16 10:41:53 wiz Exp $
DISTNAME= nts-78
PKGREVISION= 1
@@ -12,7 +11,8 @@ COMMENT= Simple GUI note taking application
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets
-DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
+
+PYTHON_VERSIONED_DEPENDENCIES= dateutil
USE_LANGUAGES= # none
@@ -20,4 +20,5 @@ PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"