diff options
author | tijl <tijl@FreeBSD.org> | 2017-10-27 03:23:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-10-27 03:23:18 +0800 |
commit | 50b511e6b465a72ee049f151c1dd6ab98028c289 (patch) | |
tree | 14f9328709faa7a60f9cc1e23b0fbe56927dd03d /Mk | |
parent | 44bff8e52e726f42f0c0f4735d6da2a97e0fe738 (diff) | |
download | freebsd-ports-gnome-50b511e6b465a72ee049f151c1dd6ab98028c289.tar.gz freebsd-ports-gnome-50b511e6b465a72ee049f151c1dd6ab98028c289.tar.zst freebsd-ports-gnome-50b511e6b465a72ee049f151c1dd6ab98028c289.zip |
Update Linux CentOS 7 ports to 7.4.1708.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 1149076781c4..ac848b629aed 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -47,7 +47,7 @@ LINUX_ARCH= ${ARCH} IGNORE= Linux CentOS ${LINUX_DIST_VER} is unsupported on ${ARCH} .endif .elif ${linux_ARGS} == c7 -LINUX_DIST_VER?= 7.3.1611 +LINUX_DIST_VER?= 7.4.1708 .if ${ARCH} == amd64 LINUX_ARCH= x86_64 .elif ${ARCH} == i386 |