summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2016-02-02 08:00:10 +0000
committerrillig <rillig>2016-02-02 08:00:10 +0000
commit04c0ce151cddfb9cca23c947fe27c1a0f4b4c9b2 (patch)
treec2e0309b14262c59e6ab9dfbe407d524adfa88f4 /pkgtools
parentb86f415422c0bd19b6d1b6c594cea524a872d5c2 (diff)
downloadpkgsrc-04c0ce151cddfb9cca23c947fe27c1a0f4b4c9b2.tar.gz
Fixed dependency pattern for pkglint4
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/select.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/select.mk b/pkgtools/pkglint/select.mk
index 8dccff67ba1..218ec098d89 100644
--- a/pkgtools/pkglint/select.mk
+++ b/pkgtools/pkglint/select.mk
@@ -1,4 +1,4 @@
-# $NetBSD: select.mk,v 1.2 2016/02/01 21:40:39 rillig Exp $
+# $NetBSD: select.mk,v 1.3 2016/02/02 08:00:10 rillig Exp $
#
# Selects the proper version of pkglint, depending on whether the
# platform supports the Go programming language.
@@ -8,7 +8,7 @@
# See lang/go/version.mk
.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm} || ${MACHINE_PLATFORM:MSunOS-*-i386}
-DEPENDS+= pkglint>=4.82<5:../../pkgtools/pkglint4
+DEPENDS+= pkglint4>=4.82<5:../../pkgtools/pkglint4
.else
DEPENDS+= pkglint>=5:../../pkgtools/pkglint
.endif