Due to space constraints, use gnome2-lite for i386 and gnome2 for everything

else.  Also add ltmdm to i386 by popular request.
This commit is contained in:
Scott Long 2004-10-23 19:54:18 +00:00
parent 3a82a5451c
commit 54ddf8f6f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136826

View File

@ -113,7 +113,11 @@ else
CDROM_SET_1="${CDROM_SET_1} x11/xorg-documents"
CDROM_SET_1="${CDROM_SET_1} x11/xorg-libraries"
CDROM_SET_1="${CDROM_SET_1} x11/xorg-manpages"
CDROM_SET_1="${CDROM_SET_1} x11/gnome2-lite"
if [ "X${PKG_ARCH}" = "Xi386" ]; then
CDROM_SET_1="${CDROM_SET_1} x11/gnome2-lite"
else
CDROM_SET_1="${CDROM_SET_1} x11/gnome2"
fi
CDROM_SET_1="${CDROM_SET_1} x11/kde-lite"
CDROM_SET_1="${CDROM_SET_1} www/links"
@ -140,6 +144,7 @@ else
CDROM_SET_1="${CDROM_SET_1} print/a2ps-letter"
if [ "X${PKG_ARCH}" = "Xi386" ]; then
CDROM_SET_1="${CDROM_SET_1} print/acroread5"
CDROM_SET_1="${CDROM_SET_1} comms/ltmdm"
fi
CDROM_SET_1="${CDROM_SET_1} print/apsfilter"
CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"