From ac745d63333291cca0d918627ce4d4bdf1335e7d Mon Sep 17 00:00:00 2001 From: sbd Date: Fri, 30 Apr 2010 04:05:16 +0000 Subject: Change the pattern of the osabi dependence to one the actually works! --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index ea6cc10cfea..9c2cd81dd8b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1967 2010/04/30 03:29:55 sbd Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1968 2010/04/30 04:05:16 sbd Exp $ # # This file is in the public domain. # @@ -516,7 +516,7 @@ _BUILD_DEFS+= NO_BIN_ON_FTP NO_BIN_ON_CDROM .if defined(OSVERSION_SPECIFIC) _BUILD_DEFS+= OSVERSION_SPECIFIC -DEPENDS+= osabi-${OPSYS}=${OS_VERSION}:../../pkgtools/osabi +DEPENDS+= osabi-${OPSYS}>=${OS_VERSION}<=${OS_VERSION}:../../pkgtools/osabi .endif # OSVERSION_SPECIFIC .PHONY: all -- cgit v1.2.3