diff options
Diffstat (limited to 'lang/mozart/Makefile')
-rw-r--r-- | lang/mozart/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 67c16979e54e..b2dad341237d 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -6,8 +6,8 @@ # PORTNAME= mozart -PORTVERSION= 1.2.0.20010514 -CATEGORIES= lang tk80 +PORTVERSION= 1.2.1.20010816 +CATEGORIES= lang tk83 MASTER_SITES= ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \ ftp://ftp.sics.se/pub/mozart/${PORTVERSION}/tar/ DISTFILES= ${DISTNAME}-src.tar.gz ${MOZART_DOCS} @@ -19,7 +19,7 @@ MAINTAINER= mathiasp@virtual-earth.de BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - tk80.1:${PORTSDIR}/x11-toolkits/tk80 + tk83.1:${PORTSDIR}/x11-toolkits/tk83 MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz @@ -35,9 +35,10 @@ USE_XLIB= yes # when configuring as root. CONFIGURE_ENV= INSTALL=${CHMOD} CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \ - --with-inc-dir=${LOCALBASE}/include/tcl8.0,${LOCALBASE}/include/tk8.0 \ + --with-inc-dir=${LOCALBASE}/include/tcl8.3,${LOCALBASE}/include/tk8.3 \ --with-lib-dir=${LOCALBASE}/lib --with-tcl-lib=${LOCALBASE}/lib \ - --with-tk-lib=${LOCALBASE}/lib + --with-tk-lib=${LOCALBASE}/lib \ + --with-tkinclude=${LOCALBASE}/include/tk8.3 pre-extract: @${ECHO} |