aboutsummaryrefslogtreecommitdiff
path: root/lang/modula3
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-01-15 13:41:26 +0000
committerJohn Marino <marino@FreeBSD.org>2014-01-15 13:41:26 +0000
commitfcde6a6ca166343faf0fd4dc35e8b82496c3a6a1 (patch)
tree4ad05d0372369e029d1f2a7286840366e894f37e /lang/modula3
parent5a5767edec71e06aeaa8775ab1acf5e3269e030b (diff)
downloadports-fcde6a6ca166343faf0fd4dc35e8b82496c3a6a1.tar.gz
ports-fcde6a6ca166343faf0fd4dc35e8b82496c3a6a1.zip
Notes
Diffstat (limited to 'lang/modula3')
-rw-r--r--lang/modula3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile
index 964b7b6f569c..d745b77c1628 100644
--- a/lang/modula3/Makefile
+++ b/lang/modula3/Makefile
@@ -53,6 +53,9 @@ DISTFILES= ${SRCDISTFILE} ${DST1} ${DST2}
. if ${OPSYS} == FreeBSD
BOOTDIST= ${DST1}
MARCH= AMD64
+. if !exists(/usr/include/xlocale/_ctype.h)
+IGNORE= the bootstrap compiler only runs on FreeBSD 9.0 or later
+. endif
. endif
. if ${OPSYS} == DragonFly