The compat2x and compat3x packages are not buildable due to security

issues.
This commit is contained in:
Ken Smith 2004-08-08 09:07:41 +00:00
parent 07f076fe7a
commit 29c8aaf706
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133320

View File

@ -157,11 +157,7 @@ CDROM_SET_1="${CDROM_SET_1} x11/rxvt"
CDROM_SET_1="${CDROM_SET_1} archivers/unzip"
CDROM_SET_1="${CDROM_SET_1} devel/gmake"
CDROM_SET_1="${CDROM_SET_1} graphics/png"
if [ "X${PKG_ARCH}" = "Xi386" ]; then
CDROM_SET_1="${CDROM_SET_1} misc/compat22"
fi
if [ "X${PKG_ARCH}" = "Xi386" -o "X${PKG_ARCH}" = "Xalpha" ]; then
CDROM_SET_1="${CDROM_SET_1} misc/compat3x"
CDROM_SET_1="${CDROM_SET_1} misc/compat4x"
fi