diff options
author | linimon <linimon@FreeBSD.org> | 2006-06-07 10:08:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-06-07 10:08:16 +0800 |
commit | aedee8f68709e8b46e4af52f9dac97ad83f432bd (patch) | |
tree | 64912e1b7deca31c4a88a63fa237a3f29cbc4984 /ports-mgmt | |
parent | 8a3342c4cbc34a3d10be9de919723017fedf7f86 (diff) | |
download | freebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.tar.gz freebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.tar.zst freebsd-ports-gnome-aedee8f68709e8b46e4af52f9dac97ad83f432bd.zip |
We actually agreed to test the fc4 Linux port, not fc3. The run has been
restarted.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmk/Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk index 3472f150779f..20cd1338213d 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.mk @@ -1733,7 +1733,7 @@ LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINU LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base . else . if ${USE_LINUX:L} == "yes" -LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc3 +LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc4 . else IGNORE= There is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT. . endif |