X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=b9d31283b122d57cba4c898cd1812ffbece4f6f1;hp=9247eb87b199afa9e4a958b1c5da9ef95b2985fe;hb=58e14a2ef1340fe889acd05a95d0cf577372b157;hpb=d15d852d6a9ef831c83b3fdfeda57c3986ad3069 diff --git a/Makefile b/Makefile index 9247eb8..b9d3128 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ COMMENT= Compiler for the functional language Haskell LICENSE= modified-bsd DISTFILES= ${DISTNAME}-src.tar.bz2 -#DISTFILES+= ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 +DISTFILES+= ${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 #DISTFILES+= ${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 DISTFILES+= ${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 #SITES.${DISTNAME}-boot-i386-unknown-netbsd.tar.bz2 = http://static.cielonegro.org/archive/ -#SITES.${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 = http://static.cielonegro.org/archive/ +SITES.${DISTNAME}-boot-i386-unknown-freebsd.tar.bz2 = http://static.cielonegro.org/archive/ SITES.${DISTNAME}-boot-powerpc-apple-darwin.tar.bz2 = http://static.cielonegro.org/archive/ PKG_DESTDIR_SUPPORT= user-destdir @@ -32,7 +32,7 @@ PKG_DESTDIR_SUPPORT= user-destdir # If you want to build HC packages yourself, follow instructions in # the ./TODO file. #ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 Darwin-*-powerpc -ONLY_FOR_PLATFORM= Darwin-*-powerpc +ONLY_FOR_PLATFORM= FreeBSD-*-i386 Darwin-*-powerpc # We must provide the real pass to gcc to the ./configure script, # because GHC has a runtime dependency on it. Aren't there any ways