summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-02-23 19:13:43 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-02-23 19:13:43 +0000
commit103f4ad00f08762d088df53e6b8abd55f42df250 (patch)
treea497d4a55cb8b16b51203597c731b6572cdeb094 /games
parentRPC::ExtDirect is a Perl implementation for Ext.Direct remoting protocol (diff)
- remove dependency on desktopfileutils, because target desktop-file doesn't
contains MimeType key. - bump PORTREVISION because of dependency change Reported by: makc Approved by: nemysis <nemysis@gmx.ch> (maintainer, by mail)
Notes
Notes: svn path=/head/; revision=312847
Diffstat (limited to 'games')
-rw-r--r--games/simsu/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile
index 1556d5e6aff1..1b9ad05a385f 100644
--- a/games/simsu/Makefile
+++ b/games/simsu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= simsu
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/
EXTRACT_SUFX= -src.tar.bz2
@@ -14,7 +15,6 @@ LICENSE= GPLv3
USE_BZIP2= yes
USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats
-USE_GNOME= desktopfileutils
INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes
@@ -34,6 +34,4 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
- @-update-desktop-database
-
.include <bsd.port.mk>