aboutsummaryrefslogtreecommitdiff
path: root/math/qalculate/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:07:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-06 19:07:57 +0000
commite087cf243ecdce35c667fcf16ebfa9bc14cad71c (patch)
tree830fd81ddf69274fdfa52abcd21454d79b349a06 /math/qalculate/Makefile
parent16abb1341844bec4f5a8b07dee0d74f3fbe6dbf5 (diff)
downloadports-e087cf243ecdce35c667fcf16ebfa9bc14cad71c.tar.gz
ports-e087cf243ecdce35c667fcf16ebfa9bc14cad71c.zip
- Update to 0.9.5
- Remove 4.X support PR: 109804 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=186704
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r--math/qalculate/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 3603bbeb9cf3..789a972b248e 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= qalculate
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-gtk-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Very powerful GUI calculator for GNOME
+COMMENT= A multi-purpose desktop calculator (Gnome frontend)
-LIB_DEPENDS= qalculate.2:${PORTSDIR}/math/libqalculate
+LIB_DEPENDS= qalculate.4:${PORTSDIR}/math/libqalculate
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
wget:${PORTSDIR}/ftp/wget
-USE_X_PREFIX= yes
-USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2 libgnome
USE_GETTEXT= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome
INSTALLS_OMF= yes
.include <bsd.port.mk>