mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Switch over to XFree86-4.x for ${OSVERSION}>=450005. If you are tracking
-STABLE, this will take effect after your next cvsup + kernel upgrade.
This commit is contained in:
parent
8e584c45ca
commit
e262cbd7e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58222
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user