summaryrefslogtreecommitdiff
path: root/math/galculator/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-11-05 20:35:29 +0000
committerdrochner <drochner@pkgsrc.org>2007-11-05 20:35:29 +0000
commit830ef238d161319ed79c5ea1b4d9c95b085c8dd0 (patch)
treea0ca431683269e220c1bb3fc77624d740c4b868c /math/galculator/Makefile
parentffc810ec7fc9de899d80360e39c63a6c5daf092a (diff)
downloadpkgsrc-830ef238d161319ed79c5ea1b4d9c95b085c8dd0.tar.gz
update to 1.3.1
This release fixes some minor bugs in build process and GUI.
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r--math/galculator/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index 7de5f55d1e8..9c977c59584 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/09/23 07:00:30 obache Exp $
+# $NetBSD: Makefile,v 1.15 2007/11/05 20:35:29 drochner Exp $
#
-DISTNAME= galculator-1.3
+DISTNAME= galculator-1.3.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
@@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://galculator.sourceforge.net/
COMMENT= Desktop calculator with scientific / RPN modes
-WRKSRC= ${WRKDIR}/${DISTNAME}.0
-
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt pkg-config intltool
@@ -18,4 +16,5 @@ USE_DIRS+= xdg-1.1
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"