diff options
author | drochner <drochner@pkgsrc.org> | 2009-05-25 15:25:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-05-25 15:25:01 +0000 |
commit | 788044e845841939df91382161a919caf340d1f9 (patch) | |
tree | 92e1c94962b87abcc5f04ab0d311dce0797cb918 /math/qalculate-gtk | |
parent | 9c2f2d231701b2a41f38762e1183e5655ea91e2b (diff) | |
download | pkgsrc-788044e845841939df91382161a919caf340d1f9.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/qalculate-gtk')
-rw-r--r-- | math/qalculate-gtk/MESSAGE | 7 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile | 8 |
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" |