diff options
Diffstat (limited to 'time/etm/Makefile')
-rw-r--r-- | time/etm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 70196783561..ec7172f956e 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/01/01 14:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2017/02/20 17:00:36 wiz Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -10,10 +10,10 @@ HOMEPAGE= http://www.duke.edu/~dgraham/ETM/ COMMENT= Events and tasks manager using simple text files LICENSE= gnu-gpl-v3 +DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar -PYTHON_VERSIONED_DEPENDENCIES= dateutil PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets USE_LANGUAGES= # none @@ -27,5 +27,4 @@ post-configure: .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |