svn commit: r315038 - head/audio/tkeca
Chris Rees
crees at FreeBSD.org
Sat Mar 23 15:06:48 UTC 2013
Author: crees
Date: Sat Mar 23 15:06:47 2013
New Revision: 315038
URL: http://svnweb.freebsd.org/changeset/ports/315038
Log:
Fix plist
Modified:
head/audio/tkeca/Makefile
head/audio/tkeca/pkg-plist
Modified: head/audio/tkeca/Makefile
==============================================================================
--- head/audio/tkeca/Makefile Sat Mar 23 14:54:54 2013 (r315037)
+++ head/audio/tkeca/Makefile Sat Mar 23 15:06:47 2013 (r315038)
@@ -13,6 +13,7 @@ LICENSE= GPLv2
RUN_DEPENDS= normalize:${PORTSDIR}/audio/normalize \
ecasound:${PORTSDIR}/audio/ecasound
+USE_GNOME= desktopfileutils
USE_TCL= yes
USE_TK= yes
Modified: head/audio/tkeca/pkg-plist
==============================================================================
--- head/audio/tkeca/pkg-plist Sat Mar 23 14:54:54 2013 (r315037)
+++ head/audio/tkeca/pkg-plist Sat Mar 23 15:06:47 2013 (r315038)
@@ -1,7 +1,6 @@
bin/tkeca
share/applications/tkeca.desktop
share/pixmaps/tkeca.png
- at dirrmtry share/pixmaps
@dirrmtry share/applications
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
More information about the svn-ports-all
mailing list