summaryrefslogtreecommitdiff
path: root/audio/gtick/Makefile
diff options
context:
space:
mode:
authormef <mef>2014-11-21 12:22:46 +0000
committermef <mef>2014-11-21 12:22:46 +0000
commitffe299166e6f9603e0297ecdc629d8527ca02331 (patch)
tree01dafd7b0a3241d4eb9626aeb195157d2a48c8fb /audio/gtick/Makefile
parent237cc6d8fee04ef55abc7170a9d7bf00e1e6b08b (diff)
downloadpkgsrc-ffe299166e6f9603e0297ecdc629d8527ca02331.tar.gz
gtick 0.5.4, 2014-07-27, Roland Stigge <stigge@gnu.org>
* Added Hungarian translation * Fixed Makefle.am: application -> applications directory name gtick 0.5.3, 2014-06-22, Roland Stigge <stigge@gnu.org> * Updated Brazilian Portuguese, Finnish, Russian and Ukrainian translations * Added appdata file * Updated GNU build infrastructure files * glib and yacc API adjustments * Include and install desktop and icon files
Diffstat (limited to 'audio/gtick/Makefile')
-rw-r--r--audio/gtick/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile
index 85185cf47c5..12c5e12cd82 100644
--- a/audio/gtick/Makefile
+++ b/audio/gtick/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2014/06/09 14:18:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2014/11/21 12:22:46 mef Exp $
#
-DISTNAME= gtick-0.5.2
-PKGREVISION= 7
+DISTNAME= gtick-0.5.4
CATEGORIES= audio
MASTER_SITES= http://www.antcom.de/gtick/download/
@@ -28,4 +27,7 @@ SUBST_SED.oss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"