diff options
author | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
commit | 8f8d88d9af78b5ddb076785e193049c2cda2326c (patch) | |
tree | 5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /lang/mozart/Makefile | |
parent | fa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff) | |
download | freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.gz freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.zst freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.zip |
Chase libgmp and bump PORTREVISION.
Diffstat (limited to 'lang/mozart/Makefile')
-rw-r--r-- | lang/mozart/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index 647cbb4c7857..cb81ffa01982 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozart PORTVERSION= 1.3.1.20040616 -PORTREVISION= 3 +PORTREVISION= 4 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 @@ -18,10 +18,9 @@ DISTFILES+= ${MOZART_DOCS} MAINTAINER= mathiasp@virtual-earth.de COMMENT= A distributed language with constraint-based inference -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ - ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ - gmp.7:${PORTSDIR}/math/libgmp4 \ + gmp.8:${PORTSDIR}/math/libgmp4 \ tk84.1:${PORTSDIR}/x11-toolkits/tk84 MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz |