summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
committerdholland <dholland@pkgsrc.org>2012-07-01 19:05:10 +0000
commit49cfd098d9ac562486418c0b9b1800f0499ea9b3 (patch)
treeaf6bac08ba19623995a5a336cd7ea2eaf1e37c23 /math/mathomatic
parent43374d4414b44a75c627d1541df7f49b36dad152 (diff)
downloadpkgsrc-49cfd098d9ac562486418c0b9b1800f0499ea9b3.tar.gz
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index c4ac0767a07..96bb6fd56a4 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2012/07/01 08:02:04 asau Exp $
+# $NetBSD: Makefile,v 1.98 2012/07/01 19:05:20 dholland Exp $
#
DISTNAME= mathomatic-16.0.0
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://mathomatic.org/
EXTRACT_SUFX= .tar.bz2
@@ -26,5 +27,5 @@ TEST_TARGET= test
BUILDLINK_API_DEPENDS.readline+= readline>=5.1pl1nb1
.include "../../devel/readline/buildlink3.mk"
#.include "../../devel/ncurses/buildlink3.mk"
-#.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"