aboutsummaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-05-17 07:08:26 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-05-17 07:08:26 +0000
commit5f78f05e88ab6c924c9009b0ae0cd645083de910 (patch)
treee56ec11461d2991dce5acff4ff81b110b63fe51d /lang/ghc
parentb13d5f44c48218c52b9883666056960f6b38a976 (diff)
downloadports-5f78f05e88ab6c924c9009b0ae0cd645083de910.tar.gz
ports-5f78f05e88ab6c924c9009b0ae0cd645083de910.zip
Notes
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 18f63e2e4f50..b154f69f6cf4 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -27,9 +27,12 @@ OPTIONS= PROFILE "Compile for profiling as well" on
DISTFILES= ${SRC_DIST}
+.if ${OSVERSION} < 600000
+IGNORE= unsupported at the moment
+.endif
+
.if ${OSVERSION} < 500000
DISTFILES+= ${BOOT_DIST4}
-IGNORE= unsupported at the moment
.else
DISTFILES+= ${BOOT_DIST}
.if ${OSVERSION} >= 600000