aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-06-19 22:55:16 +0800
committermiwi <miwi@FreeBSD.org>2013-06-19 22:55:16 +0800
commita9a9301852303c179a6a3c8d7f2e6e2e6f51fb6b (patch)
tree06ffc77c4f1112446dbb2ed9e338e071d1883c9d /games
parent5ceca1a96405c9f75529a2971ded6469f3661a6d (diff)
downloadfreebsd-ports-gnome-a9a9301852303c179a6a3c8d7f2e6e2e6f51fb6b.tar.gz
freebsd-ports-gnome-a9a9301852303c179a6a3c8d7f2e6e2e6f51fb6b.tar.zst
freebsd-ports-gnome-a9a9301852303c179a6a3c8d7f2e6e2e6f51fb6b.zip
- Add shared-mime-info this fix the build
Reported by: pkg (DEVELOPER_MODE)
Diffstat (limited to 'games')
-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>