diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 523a16e2bde0806face29fc8489a3cbcf49cfff0 (patch) | |
tree | 36ff86cd370c2c0eb1f52fe92bc02aff559884fe /lang/mozart/Makefile | |
parent | 7b9437e30c95045aa377caf6385cfb927a100461 (diff) | |
download | ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.tar.gz ports-523a16e2bde0806face29fc8489a3cbcf49cfff0.zip |
Notes
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 |