diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-18 18:24:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-18 18:24:36 +0000 |
commit | 88ccc87d4ea730a5a956685c24ae684653935a4a (patch) | |
tree | e63ff31cfd22e81271c34b382bc55d4bf52d4740 | |
parent | 81a1003629111b10d032c81c50ee08daf7c7381a (diff) | |
download | ports-88ccc87d4ea730a5a956685c24ae684653935a4a.tar.gz ports-88ccc87d4ea730a5a956685c24ae684653935a4a.zip |
Notes
-rw-r--r-- | math/libqalculate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index bda1e954f5d9..f3f983b49baf 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,14 +7,15 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/qalculate MAINTAINER= ports@FreeBSD.org COMMENT= A a multi-purpose desktop calculator (backend library) -LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln \ + gmp.8:${PORTSDIR}/math/libgmp4 USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes |