diff options
author | vs <vs@FreeBSD.org> | 2006-05-17 07:08:26 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-17 07:08:26 +0000 |
commit | 7a1caafc52230e1a731d8d0c4034b58c0da21121 (patch) | |
tree | dcb62a8ca2bbc05806f0881e21517203d393551a /lang/ghc | |
parent | df78ed831b6dd27f918166558f0faaacd160a7d1 (diff) | |
download | FreeBSD-ports-7a1caafc52230e1a731d8d0c4034b58c0da21121.zip FreeBSD-ports-7a1caafc52230e1a731d8d0c4034b58c0da21121.tar.gz |
Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet.
Diffstat (limited to 'lang/ghc')
-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 18f63e2..b154f69 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 |