diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-16 10:41:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-16 10:41:53 +0000 |
commit | cc73237ec760595d4676b25c14a70ca1cb96cbea (patch) | |
tree | 4db354978084188ed96a82d9dbadf1d2ccd2b120 /editors/nts | |
parent | ba29c2b198f1bc252e25b5f607a5228286496e95 (diff) | |
download | pkgsrc-cc73237ec760595d4676b25c14a70ca1cb96cbea.tar.gz |
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'editors/nts')
-rw-r--r-- | editors/nts/Makefile | 7 |
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" |