diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-08 19:11:58 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-08 19:11:58 +0000 |
commit | 7d4d5311f15eaa09b577eb7c04d39fc4e4a992ca (patch) | |
tree | 6d3275253e078ea2d03cfcbea08179fca8646cd0 | |
parent | 8eca56e141585abe4f52c6f33c2f2ffdae657122 (diff) | |
download | ports-7d4d5311f15eaa09b577eb7c04d39fc4e4a992ca.tar.gz ports-7d4d5311f15eaa09b577eb7c04d39fc4e4a992ca.zip |
Update port to version 1.2.1 (20010816).
Notes
Notes:
svn path=/head/; revision=47548
-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 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} diff --git a/lang/mozart/distinfo b/lang/mozart/distinfo index cb1dc7bd4f4b..777a5ef6b650 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 |