diff options
author | pav <pav@FreeBSD.org> | 2008-04-23 05:10:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-23 05:10:33 +0800 |
commit | 5f186df285cdc292a0df36902e1ee33a6d94e55d (patch) | |
tree | d838fb185608bf8e3fd016d3acb43171bc617290 /math/libqalculate | |
parent | 1774e2d4a98ce703ae15834db10eb951f28b3525 (diff) | |
download | freebsd-ports-gnome-5f186df285cdc292a0df36902e1ee33a6d94e55d.tar.gz freebsd-ports-gnome-5f186df285cdc292a0df36902e1ee33a6d94e55d.tar.zst freebsd-ports-gnome-5f186df285cdc292a0df36902e1ee33a6d94e55d.zip |
- Chase cln update
Pointy hat to: araujo
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 9525205bc95b..234aaf536fdf 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,13 +7,14 @@ PORTNAME= libqalculate PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/qalculate MAINTAINER= ports@FreeBSD.org COMMENT= A a multi-purpose desktop calculator (backend library) -LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2 USE_GETTEXT= yes |