diff options
author | vs <vs@FreeBSD.org> | 2006-05-17 15:08:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-17 15:08:26 +0800 |
commit | 7a1caafc52230e1a731d8d0c4034b58c0da21121 (patch) | |
tree | dcb62a8ca2bbc05806f0881e21517203d393551a /lang | |
parent | df78ed831b6dd27f918166558f0faaacd160a7d1 (diff) | |
download | freebsd-ports-graphics-7a1caafc52230e1a731d8d0c4034b58c0da21121.tar.gz freebsd-ports-graphics-7a1caafc52230e1a731d8d0c4034b58c0da21121.tar.zst freebsd-ports-graphics-7a1caafc52230e1a731d8d0c4034b58c0da21121.zip |
Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet.
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 18f63e2e4f5..b154f69f6cf 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 |