diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-09-08 19:11:58 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-09-08 19:11:58 +0000 |
commit | e51e63c4f9b8d0e78b2d17eb184f735357f7e2b4 (patch) | |
tree | 51e3f1ae1c1171fcafbbd729b106022d8e915a15 /lang/mozart | |
parent | 05ee837bbe23f811ed95613727e2ef0ee8f44bb6 (diff) | |
download | FreeBSD-ports-e51e63c4f9b8d0e78b2d17eb184f735357f7e2b4.zip FreeBSD-ports-e51e63c4f9b8d0e78b2d17eb184f735357f7e2b4.tar.gz |
Update port to version 1.2.1 (20010816).
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 11 | ||||
-rw-r--r-- | lang/mozart/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 67c1697..b2dad34 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} diff --git a/lang/mozart/distinfo b/lang/mozart/distinfo index cb1dc7b..777a5ef 100644 --- a/lang/mozart/distinfo +++ b/lang/mozart/distinfo @@ -1,3 +1,3 @@ -MD5 (mozart-1.2.0.20010514-src.tar.gz) = d8f9ac456fbb8a7487a4e21763cb4c3b -MD5 (mozart-1.2.0.20010514-doc.tar.gz) = d4b647d75797318f8ecd995c71aabfa0 -MD5 (mozart-1.2.0.20010514-doc.tar.gz) = d4b647d75797318f8ecd995c71aabfa0 +MD5 (mozart-1.2.1.20010816-src.tar.gz) = e066f1312214ed8b71c96f6981d600c3 +MD5 (mozart-1.2.1.20010816-doc.tar.gz) = acce77d8abaafe3caef0d047fde1cb26 +MD5 (mozart-1.2.1.20010816-doc.tar.gz) = acce77d8abaafe3caef0d047fde1cb26 |