aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-05-19 02:24:36 +0800
committergahr <gahr@FreeBSD.org>2009-05-19 02:24:36 +0800
commit22f0b17166d8742e35618d84e85791872d6d26da (patch)
treef8698c3a9509356c73318215b18d3ffb41fdd3ad /math
parent715360c2a1f7d4c47dd98427b8dc84a18f361468 (diff)
downloadfreebsd-ports-gnome-22f0b17166d8742e35618d84e85791872d6d26da.tar.gz
freebsd-ports-gnome-22f0b17166d8742e35618d84e85791872d6d26da.tar.zst
freebsd-ports-gnome-22f0b17166d8742e35618d84e85791872d6d26da.zip
- Add dependency on math/libgmp4
- Bump PORTREVISION Reported by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'math')
-rw-r--r--math/libqalculate/Makefile5
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