summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner>2009-05-25 15:25:01 +0000
committerdrochner <drochner>2009-05-25 15:25:01 +0000
commit1e99a210ce17ebe26e4b8216c7afffe40ce4c683 (patch)
tree92e1c94962b87abcc5f04ab0d311dce0797cb918 /math
parentdbf1c53cdf0880c4dc74f299a3c20d056226fbff (diff)
downloadpkgsrc-1e99a210ce17ebe26e4b8216c7afffe40ce4c683.tar.gz
-remove wrong wget dependency -- this is dealt with by the "qalculate"
base pkg -replace hard gnuplot dependency by a MESSAGE as it is only needed if one really wants to plot a function -register with desktop-file-utils bump PKGREVISION
Diffstat (limited to 'math')
-rw-r--r--math/qalculate-gtk/MESSAGE7
-rw-r--r--math/qalculate-gtk/Makefile8
2 files changed, 10 insertions, 5 deletions
diff --git a/math/qalculate-gtk/MESSAGE b/math/qalculate-gtk/MESSAGE
new file mode 100644
index 00000000000..07a70a836ac
--- /dev/null
+++ b/math/qalculate-gtk/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2009/05/25 15:25:01 drochner Exp $
+
+For function plotting, gnuplot (pkgsrc/graphics/gnuplot) needs to
+be installed into $PATH.
+
+===========================================================================
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile
index e07c6741767..c5ab8584b42 100644
--- a/math/qalculate-gtk/Makefile
+++ b/math/qalculate-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2009/03/08 15:56:46 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2009/05/25 15:25:01 drochner Exp $
DISTNAME= qalculate-gtk-0.9.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
@@ -11,9 +11,6 @@ COMMENT= Modern multi-purpose desktop calculator (GNOME version)
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-DEPENDS+= wget>=1.8:../../net/wget
-
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
@@ -26,4 +23,5 @@ pre-configure:
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../math/qalculate/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"