diff options
author | arved <arved@FreeBSD.org> | 2006-05-21 21:38:51 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-05-21 21:38:51 +0800 |
commit | 9ecaeaff6eb5583e413949fb6afe7a83ec2538f6 (patch) | |
tree | 3ecf6d6f9c35c4accfd4925973ac949d88aafe6b /math/qalculate/Makefile | |
parent | 835cd3814bc4ac55bb09be5cef8e0709cbd78e19 (diff) | |
download | freebsd-ports-graphics-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.tar.gz freebsd-ports-graphics-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.tar.zst freebsd-ports-graphics-9ecaeaff6eb5583e413949fb6afe7a83ec2538f6.zip |
Update to 0.9.3
PR: 96873, 96874
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: Sergey Akifyev <asa@agava.com> (maintainer)
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index cf4666edffe..8218c7e7f21 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qalculate -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,13 @@ DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} MAINTAINER= asa@agava.com COMMENT= Very powerful GUI calculator for GNOME -LIB_DEPENDS= qalculate.0:${PORTSDIR}/math/libqalculate +LIB_DEPENDS= qalculate.2:${PORTSDIR}/math/libqalculate RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome INSTALLS_OMF= yes |