From 771574a1e14166c9a6ec10a432e95b7e16d47e25 Mon Sep 17 00:00:00 2001 From: sbd Date: Fri, 30 Apr 2010 08:14:04 +0000 Subject: Simplify the osabi dependence as suggested by wiz@. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 5332dba06e7..e9efa74f38c 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1969 2010/04/30 05:42:12 sbd Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1970 2010/04/30 08:14:04 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}>${OS_VERSION}:../../pkgtools/osabi +DEPENDS+= osabi-${OPSYS}-${OS_VERSION}:../../pkgtools/osabi .endif # OSVERSION_SPECIFIC .PHONY: all -- cgit v1.2.3