diff options
Diffstat (limited to 'lang/racket/Makefile')
-rw-r--r-- | lang/racket/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 85e8bff7ea5a..50a9e87110b6 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -1,5 +1,5 @@ PORTNAME= racket -PORTVERSION= 8.17 +PORTVERSION= 8.18 CATEGORIES= lang scheme MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \ http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \ @@ -33,8 +33,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-liblz4 \ - --enable-pthread \ - --mandir=${PREFIX}/share/man + --enable-pthread CONFLICTS= racket-minimal @@ -88,6 +87,14 @@ CHEZ_MACHTYPE= tarm64fb CHEZ_MACHTYPE= ti3fb .elif ${ARCH} == "powerpc" CHEZ_MACHTYPE= tppc32fb +.elif ${ARCH} == "powerpc64" +CHEZ_MACHTYPE= tpb64b +.elif ${ARCH} == "powerpc64le" +CHEZ_MACHTYPE= tpb64l +.endif + +.if ${ARCH:Mpowerpc64*} +CONFIGURE_ARGS+= --enable-pb .endif post-patch: |