diff options
Diffstat (limited to 'lang/racket/Makefile')
-rw-r--r-- | lang/racket/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index dead3eeceeae..50a9e87110b6 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -1,6 +1,5 @@ PORTNAME= racket -PORTVERSION= 8.17 -PORTREVISION= 1 +PORTVERSION= 8.18 CATEGORIES= lang scheme MASTER_SITES= http://mirror.racket-lang.org/installers/${PORTVERSION}/ \ http://www.cs.utah.edu/plt/installers/${PORTVERSION}/ \ @@ -34,8 +33,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-liblz4 \ - --enable-pthread \ - --mandir=${PREFIX}/share/man + --enable-pthread CONFLICTS= racket-minimal |