Shift to the same version of perl that portmgr@ has as their default.

Pointed out by: jhb
This commit is contained in:
Ken Smith 2004-08-09 19:36:53 +00:00
parent a8595b6640
commit 49bfd0462f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133400

View File

@ -77,7 +77,7 @@ fi
if [ "X${PKG_ARCH}" = "Xamd64" -o "X${PKG_ARCH}" = "Xsparc64" -o "X${PKG_ARCH}" = "Xia64" ]; then
CDROM_SET_1="${CDROM_SET_1} devel/gdb6"
fi
CDROM_SET_1="${CDROM_SET_1} lang/perl5"
CDROM_SET_1="${CDROM_SET_1} lang/perl5.8"
CDROM_SET_1="${CDROM_SET_1} mail/exim"
CDROM_SET_1="${CDROM_SET_1} mail/postfix"
CDROM_SET_1="${CDROM_SET_1} net/pcnfsd"