aboutsummaryrefslogtreecommitdiffstats
path: root/games/simsu
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-02-24 03:13:43 +0800
committerrm <rm@FreeBSD.org>2013-02-24 03:13:43 +0800
commit999823f2130b30125c4942f633f4e19eebd388a6 (patch)
treea497d4a55cb8b16b51203597c731b6572cdeb094 /games/simsu
parentd70c60742912f0d2333f3f77c615dd0ca68dd681 (diff)
downloadfreebsd-ports-gnome-999823f2130b30125c4942f633f4e19eebd388a6.tar.gz
freebsd-ports-gnome-999823f2130b30125c4942f633f4e19eebd388a6.tar.zst
freebsd-ports-gnome-999823f2130b30125c4942f633f4e19eebd388a6.zip
- 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)
Diffstat (limited to 'games/simsu')
-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>