diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 07:08:26 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 07:08:26 +0000 |
commit | 5f78f05e88ab6c924c9009b0ae0cd645083de910 (patch) | |
tree | e56ec11461d2991dce5acff4ff81b110b63fe51d /lang | |
parent | b13d5f44c48218c52b9883666056960f6b38a976 (diff) | |
download | ports-5f78f05e88ab6c924c9009b0ae0cd645083de910.tar.gz ports-5f78f05e88ab6c924c9009b0ae0cd645083de910.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 5 |
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 |