diff options
author | sbd <sbd> | 2010-04-30 08:14:04 +0000 |
---|---|---|
committer | sbd <sbd> | 2010-04-30 08:14:04 +0000 |
commit | 771574a1e14166c9a6ec10a432e95b7e16d47e25 (patch) | |
tree | 57ddd65b72ee55e1aa579c896f906585600b0746 /mk | |
parent | f42dbf01ac538200e8ff2c73bf034fcb55bd16ce (diff) | |
download | pkgsrc-771574a1e14166c9a6ec10a432e95b7e16d47e25.tar.gz |
Simplify the osabi dependence as suggested by wiz@.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |