diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-19 05:19:04 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-19 05:19:04 +0800 |
commit | cf41fce7b967cd9c89d4304d138a430c2de3a401 (patch) | |
tree | 278230c07292fc74523688750dd1027ab05425d8 /math | |
parent | eaf3d49d3ec20a9ed945b53e2e7aef3518f07aa9 (diff) | |
download | freebsd-ports-gnome-cf41fce7b967cd9c89d4304d138a430c2de3a401.tar.gz freebsd-ports-gnome-cf41fce7b967cd9c89d4304d138a430c2de3a401.tar.zst freebsd-ports-gnome-cf41fce7b967cd9c89d4304d138a430c2de3a401.zip |
- Back out previous commit. An explicit dependency on math/libgmp4 is wrong.
Reported by: pav@
Diffstat (limited to 'math')
-rw-r--r-- | math/libqalculate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index f3f983b49baf..cd0332aeb904 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,15 +7,14 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTREVISION= 4 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 \ - gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes |