Tue Feb 2 08:00:10 2016 UTC ()
Fixed dependency pattern for pkglint4


(rillig)
diff -r1.2 -r1.3 pkgsrc/pkgtools/pkglint/select.mk

cvs diff -r1.2 -r1.3 pkgsrc/pkgtools/pkglint/select.mk (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkglint/select.mk 2016/02/01 21:40:39 1.2
+++ pkgsrc/pkgtools/pkglint/select.mk 2016/02/02 08:00:10 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: select.mk,v 1.2 2016/02/01 21:40:39 rillig Exp $ 1# $NetBSD: select.mk,v 1.3 2016/02/02 08:00:10 rillig Exp $
2# 2#
3# Selects the proper version of pkglint, depending on whether the 3# Selects the proper version of pkglint, depending on whether the
4# platform supports the Go programming language. 4# platform supports the Go programming language.
5# 5#
6 6
7.include "../../mk/bsd.fast.prefs.mk" 7.include "../../mk/bsd.fast.prefs.mk"
8 8
9# See lang/go/version.mk 9# See lang/go/version.mk
10.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm} || ${MACHINE_PLATFORM:MSunOS-*-i386} 10.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm} || ${MACHINE_PLATFORM:MSunOS-*-i386}
11DEPENDS+= pkglint>=4.82<5:../../pkgtools/pkglint4 11DEPENDS+= pkglint4>=4.82<5:../../pkgtools/pkglint4
12.else 12.else
13DEPENDS+= pkglint>=5:../../pkgtools/pkglint 13DEPENDS+= pkglint>=5:../../pkgtools/pkglint
14.endif 14.endif