summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-27 11:22:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-27 11:22:59 +0000
commite262cbd7e64ee31ecac50819e1e66dbd943d9d59 (patch)
tree7fe2564e2b47fa42deb9dcab24c334b1161dec97 /Mk/bsd.port.mk
parentUpgrade to 4.2.0. (diff)
Switch over to XFree86-4.x for ${OSVERSION}>=450005. If you are tracking
-STABLE, this will take effect after your next cvsup + kernel upgrade.
Notes
Notes: svn path=/head/; revision=58222
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files 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