svn commit: r312847 - head/games/simsu
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Feb 23 19:13:44 UTC 2013
Author: rm
Date: Sat Feb 23 19:13:43 2013
New Revision: 312847
URL: http://svnweb.freebsd.org/changeset/ports/312847
Log:
- 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 at gmx.ch> (maintainer, by mail)
Modified:
head/games/simsu/Makefile
Modified: head/games/simsu/Makefile
==============================================================================
--- head/games/simsu/Makefile Sat Feb 23 18:58:57 2013 (r312846)
+++ head/games/simsu/Makefile Sat Feb 23 19:13:43 2013 (r312847)
@@ -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>
More information about the svn-ports-head
mailing list