svn commit: r321296 - head/games/trackballs

Antoine Brodin antoine at FreeBSD.org
Wed Jun 19 17:11:09 UTC 2013


Author: antoine
Date: Wed Jun 19 17:11:08 2013
New Revision: 321296
URL: http://svnweb.freebsd.org/changeset/ports/321296

Log:
  - Trim Makefile header
  - Properly fix: it does not install mime XML files but a desktop file with
  MimeType

Modified:
  head/games/trackballs/Makefile

Modified: head/games/trackballs/Makefile
==============================================================================
--- head/games/trackballs/Makefile	Wed Jun 19 17:05:08 2013	(r321295)
+++ head/games/trackballs/Makefile	Wed Jun 19 17:11:08 2013	(r321296)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	trackballs
-# Date created:				21 November 2003
-# Whom:					Adam Weinberger <adamw at FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	trackballs
 PORTVERSION=	1.1.4
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	games
 MASTER_SITES=	SF \
 		SF/${PORTNAME}/music/1.4/:music
@@ -24,10 +20,9 @@ RUN_DEPENDS=	bash:${PORTSDIR}/shells/bas
 
 USE_GL=		gl
 USE_SDL=	image mixer sdl ttf
-USES=		gettext shared-mime-info
+USES=		desktop-file-utils gettext
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	desktopfileutils
 INSTALLS_ICONS=	yes
 MAKE_ARGS=	mkinstalldirs="${MKDIR}"
 


More information about the svn-ports-all mailing list