From 1e99a210ce17ebe26e4b8216c7afffe40ce4c683 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 25 May 2009 15:25:01 +0000 Subject: -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 --- math/qalculate-gtk/MESSAGE | 7 +++++++ math/qalculate-gtk/Makefile | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 math/qalculate-gtk/MESSAGE (limited to 'math') 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" -- cgit v1.2.3