Alpha no longer supported.

Noticed by:	ru@
This commit is contained in:
Ken Smith 2006-11-17 04:24:33 +00:00
parent f43f0196a9
commit bcc506c582
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164352

View File

@ -31,9 +31,7 @@ def disc1_packages():
pkgs.extend(['x11/xorg',
'x11/xorg-manpages',
'devel/imake-6'])
if arch == 'alpha':
pkgs.append('emulators/osf1_base')
elif arch == 'i386':
if arch == 'i386':
pkgs.append('emulators/linux_base-fc4')
return pkgs