diff options
author | wiz <wiz> | 2008-03-25 13:45:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-03-25 13:45:36 +0000 |
commit | 23a03ffec77bea97b8ffc14f7df6115915cecc85 (patch) | |
tree | 9ed45016c06ca2b97932140400c8f6e9e838f7ef /mk | |
parent | b2600d628c730c09e61b5d19de29b4f18ac63d5f (diff) | |
download | pkgsrc-23a03ffec77bea97b8ffc14f7df6115915cecc85.tar.gz |
Remove suse-9.1 emulation packages.
They are long outdated and not maintained upstream.
Update infrastructure for their removal.
Removal was announced on pkgsrc-users on March 13.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/emulator/linux-suse.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mk/emulator/linux-suse.mk b/mk/emulator/linux-suse.mk index 9529695ee48..ff8faaeb685 100644 --- a/mk/emulator/linux-suse.mk +++ b/mk/emulator/linux-suse.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux-suse.mk,v 1.2 2007/08/23 18:20:32 jlam Exp $ +# $NetBSD: linux-suse.mk,v 1.3 2008/03/25 13:45:39 wiz Exp $ # # SuSE Linux # @@ -19,14 +19,7 @@ EMUL_TYPE.linux= suse-${SUSE_VERSION} # EMUL_TYPE.linux can be "suse" or "suse-[0-9]*". If the former, then use # the default SuSE version, otherwise use the specific version requested. # -.if !empty(EMUL_TYPE.linux:Msuse-9.1) -. include "${PKGSRCDIR}/emulators/suse91_linux/emulator.mk" - -.elif !empty(EMUL_TYPE.linux:Msuse-9.x) - # use the highest version of SuSE-9.x -. include "${PKGSRCDIR}/emulators/suse91_linux/emulator.mk" - -.elif !empty(EMUL_TYPE.linux:Msuse-10.0) +.if !empty(EMUL_TYPE.linux:Msuse-10.0) . include "${PKGSRCDIR}/emulators/suse100_linux/emulator.mk" .elif !empty(EMUL_TYPE.linux:Msuse-10.x) |