Fri Apr 30 04:05:16 2010 UTC ()
Change the pattern of the osabi dependence to one the actually works!


(sbd)
diff -r1.1967 -r1.1968 pkgsrc/mk/bsd.pkg.mk

cvs diff -r1.1967 -r1.1968 pkgsrc/mk/bsd.pkg.mk (expand / switch to context diff)
--- pkgsrc/mk/bsd.pkg.mk 2010/04/30 03:29:55 1.1967
+++ pkgsrc/mk/bsd.pkg.mk 2010/04/30 04:05:16 1.1968
@@ -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 @@
 
 .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