diff options
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r-- | lang/ghc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index f0c8a7fe3d28..5db7d785dc94 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -18,7 +18,8 @@ COMMENT= A Compiler for the functional language Haskell ONLY_FOR_ARCHS= i386 -BOOT_DIST= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot +BOOT_DIST6= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot +BOOT_DIST7= ghc-${PORTVERSION}-i386-unknown-freebsd7-boot${EXTRACT_SUFX}:boot USE_AUTOTOOLS= autoconf:261:env USE_BZIP2= yes @@ -33,9 +34,9 @@ OPTIONS= PROFILE "Compile for profiling as well" on .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -IGNORE= unsupported at the moment +DISTFILES+= ${BOOT_DIST7} .elif ${OSVERSION} >= 600000 -DISTFILES+= ${BOOT_DIST} +DISTFILES+= ${BOOT_DIST6} .else IGNORE= unsupported at the moment #DISTFILES+= ${BOOT_DIST5} |