diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /lang/mozart | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) |
Notes
Diffstat (limited to 'lang/mozart')
-rw-r--r-- | lang/mozart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index bdb7f27ebdac..11263d248a6e 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozart PORTVERSION= 1.3.1.20040616 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang tk parallel MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-16/ DISTFILES= ${DISTNAME}-src.tar.gz @@ -20,7 +20,7 @@ COMMENT= A distributed language with constraint-based inference BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ - gmp.8:${PORTSDIR}/math/libgmp4 \ + gmp.10:${PORTSDIR}/math/gmp \ tk84.1:${PORTSDIR}/x11-toolkits/tk84 MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz |