From e262cbd7e64ee31ecac50819e1e66dbd943d9d59 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 27 Apr 2002 11:22:59 +0000 Subject: Switch over to XFree86-4.x for ${OSVERSION}>=450005. If you are tracking -STABLE, this will take effect after your next cvsup + kernel upgrade. --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 410d9f5b8586..d49194757df1 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -798,8 +798,8 @@ MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ .include "${PORTSDIR}/Mk/bsd.gnome.mk" -# defaults to 4.x for -CURRENT; and 3.3.6 for all other branches -.if ${OSVERSION} > 500025 +# defaults to 4.x for 5.0-CURRENT and 4.5-STABLE; and 3.3.6 for all other branches +.if ${OSVERSION} > 500025 || ( ${OSVERSION} >= 450005 && ${OSVERSION} < 500000 ) XFREE86_VERSION?= 4 .else XFREE86_VERSION?= 3 -- cgit v1.2.3