diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/ghc | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) |
Notes
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 8dc0584006f0..fda97792bf8e 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -36,20 +36,14 @@ OPTIONS= PROFILE "Compile for profiling as well" on .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -#DISTFILES+= ${BOOT_DIST4} +.if ${OSVERSION} >= 700000 IGNORE= unsupported at the moment -.else -.if ${OSVERSION} >= 600000 +.elif ${OSVERSION} >= 600000 DISTFILES+= ${BOOT_DIST} .else IGNORE= unsupported at the moment #DISTFILES+= ${BOOT_DIST5} .endif -.endif -.if ${OSVERSION} >= 700000 -IGNORE= unsupported at the moment -.endif PLIST_SUB+= GHC_VERSION=${PORTVERSION} .if defined(WITHOUT_PROFILE) |