diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-19 02:24:36 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-19 02:24:36 +0800 |
commit | 22f0b17166d8742e35618d84e85791872d6d26da (patch) | |
tree | f8698c3a9509356c73318215b18d3ffb41fdd3ad /math | |
parent | 715360c2a1f7d4c47dd98427b8dc84a18f361468 (diff) | |
download | freebsd-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/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 |