diff options
author | sbd <sbd@pkgsrc.org> | 2010-04-30 03:29:55 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-04-30 03:29:55 +0000 |
commit | 8930a996f5966ce6af535988c05a07af88731c4c (patch) | |
tree | 3d0c58777377f39eb261234524d0523615aa681c /mk/bsd.pkg.mk | |
parent | 7f5f5ff23e585cf74ba4abfc49d12f20bc3e2b77 (diff) | |
download | pkgsrc-8930a996f5966ce6af535988c05a07af88731c4c.tar.gz |
Make all packages that set OSVERSION_SPECIFIC depends on pkgtools/osabi.
Also include a note about changes to OS_VERSION in bsd.prefs.mk
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index a2aa4940b05..ea6cc10cfea 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1966 2010/02/23 17:24:55 joerg Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1967 2010/04/30 03:29:55 sbd Exp $ # # This file is in the public domain. # @@ -516,6 +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 .endif # OSVERSION_SPECIFIC .PHONY: all |