diff options
author | jlam <jlam@pkgsrc.org> | 2017-06-04 00:03:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2017-06-04 00:03:43 +0000 |
commit | d09e030c76d434fe89b81f6a861c9b590466b1e0 (patch) | |
tree | 0478756e2b762c0d3fbb5a49f8c5f97bd1e3bf65 /mk/pkgtasks | |
parent | 2441c5aeae2314ce48f1e477e24f530fc1b33679 (diff) | |
download | pkgsrc-d09e030c76d434fe89b81f6a861c9b590466b1e0.tar.gz |
Bump pkgtasks dependency to latest version in pkgtools/pkgtasks.
Diffstat (limited to 'mk/pkgtasks')
-rw-r--r-- | mk/pkgtasks/bsd.pkgtasks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgtasks/bsd.pkgtasks.mk b/mk/pkgtasks/bsd.pkgtasks.mk index 0bcfbe74355..5ac95304cdf 100644 --- a/mk/pkgtasks/bsd.pkgtasks.mk +++ b/mk/pkgtasks/bsd.pkgtasks.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkgtasks.mk,v 1.3 2017/06/02 19:13:34 jlam Exp $ +# $NetBSD: bsd.pkgtasks.mk,v 1.4 2017/06/04 00:03:43 jlam Exp $ # # Copyright (c) 2017 The NetBSD Foundation, Inc. # All rights reserved. @@ -142,7 +142,7 @@ USE_PKGTASKS= no .include "${PKGSRCDIR}/mk/pkgtasks/usergroup.mk" # Add a dependency on pkgtasks if package tasks are needed. -_PKGTASKS_DEPENDS= pkgtasks-1>=1.9:../../pkgtools/pkgtasks +_PKGTASKS_DEPENDS= pkgtasks-1>=1.10:../../pkgtools/pkgtasks DEPENDS+= ${"${USE_PKGTASKS:tl}" == "yes":?${_PKGTASKS_DEPENDS}:} TASK_MODULE_DIR?= ${LOCALBASE}/share/pkgtasks-1 |