diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-26 13:05:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-26 13:05:07 +0000 |
commit | 218e13e5f618bc0909acf6995971278e9812a548 (patch) | |
tree | a91113a2ccea3595532221ad38021a694e210779 /Mk | |
parent | 9aaf5b1515f837ec41988436320e8a6b8f82fc03 (diff) | |
download | ports-218e13e5f618bc0909acf6995971278e9812a548.tar.gz ports-218e13e5f618bc0909acf6995971278e9812a548.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.linux-rpm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk index 71425115252a..789f3b881ceb 100644 --- a/Mk/bsd.linux-rpm.mk +++ b/Mk/bsd.linux-rpm.mk @@ -46,7 +46,7 @@ NO_BUILD= yes . if ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" # default to CentOS # Do not build CentOS 6 ports if overridden by f10 -. if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" +. if defined(OVERRIDE_LINUX_NONBASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" IGNORE= This port requires CentOS ${LINUX_DIST_VER}. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. . endif . endif |