From 60ae8c192bf884fdcc1ea174747e531076a73155 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Jan 2014 10:41:53 +0000 Subject: Convert to use versioned_dependencies.mk. --- editors/nts/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'editors/nts') 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" -- cgit v1.2.3