diff options
author | joerg <joerg> | 2011-09-12 11:34:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-09-12 11:34:08 +0000 |
commit | 6075f7c5c085c267813eaa5b229a52406ce4a81f (patch) | |
tree | 815bcdca3e6d6aa9db1b1a2d727e3e055a1ead85 /emulators/suse100_linux | |
parent | 456186972af18c99c4b092a118f55df2e944e3da (diff) | |
download | pkgsrc-6075f7c5c085c267813eaa5b229a52406ce4a81f.tar.gz |
Restrict dependency patterns to avoid mixing versions.
Diffstat (limited to 'emulators/suse100_linux')
-rw-r--r-- | emulators/suse100_linux/emulator.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse100_linux/emulator.mk b/emulators/suse100_linux/emulator.mk index 1ee1f8e3f44..583f79df19f 100644 --- a/emulators/suse100_linux/emulator.mk +++ b/emulators/suse100_linux/emulator.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator.mk,v 1.6 2009/09/09 13:03:38 obache Exp $ +# $NetBSD: emulator.mk,v 1.7 2011/09/12 11:34:08 joerg Exp $ # # This file is included by linux-suse.mk in the emulator framework. # @@ -14,9 +14,9 @@ EMUL_DISTRO= suse-10.0 .if defined(SUSE_PKG) -_SUSE_VERSION_REQD= -${SUSE_VERSION_REQD}{,nb*} +_SUSE_VERSION_REQD= -10.0{,nb*} .else -_SUSE_VERSION_REQD= >=${SUSE_VERSION_REQD} +_SUSE_VERSION_REQD= >=10.0<10.1 .endif # DEPENDS_suse-10.0.* maps Linux "modules" to SuSE package dependencies. |