mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -798,8 +798,8 @@ MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
|
||||||
|
|
||||||
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
|
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
|
||||||
|
|
||||||
# defaults to 4.x for -CURRENT; and 3.3.6 for all other branches
|
# defaults to 4.x for 5.0-CURRENT and 4.5-STABLE; and 3.3.6 for all other branches
|
||||||
.if ${OSVERSION} > 500025
|
.if ${OSVERSION} > 500025 || ( ${OSVERSION} >= 450005 && ${OSVERSION} < 500000 )
|
||||||
XFREE86_VERSION?= 4
|
XFREE86_VERSION?= 4
|
||||||
.else
|
.else
|
||||||
XFREE86_VERSION?= 3
|
XFREE86_VERSION?= 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue