summaryrefslogtreecommitdiff
path: root/games/trackballs
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-06-19 14:55:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-06-19 14:55:16 +0000
commiteabf6c94444829d93d90429e66f900c925c08f03 (patch)
tree06ffc77c4f1112446dbb2ed9e338e071d1883c9d /games/trackballs
parentsysutils/ldap-account-manager: update to 4.2.1 (diff)
- Add shared-mime-info this fix the build
Reported by: pkg (DEVELOPER_MODE)
Notes
Notes: svn path=/head/; revision=321274
Diffstat (limited to 'games/trackballs')
-rw-r--r--games/trackballs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index 4797afdc8fc9..4a2131cddea8 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= trackballs
PORTVERSION= 1.1.4
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= games
MASTER_SITES= SF \
SF/${PORTNAME}/music/1.4/:music
@@ -24,7 +24,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GL= gl
USE_SDL= image mixer sdl ttf
-USES= gettext
+USES= gettext shared-mime-info
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= desktopfileutils
@@ -67,6 +67,5 @@ post-install:
@${INSTALL_DATA} ${WRKDIR}/trackballs-music/*.ogg ${DATADIR}/music/
.endif
@${INSTALL_DATA} ${WRKSRC}/share/icons/${PORTNAME}-48x48.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
- -@update-desktop-database
.include <bsd.port.mk>