diff options
author | crees <crees@FreeBSD.org> | 2013-03-23 23:06:47 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-03-23 23:06:47 +0800 |
commit | 6eaed468a2373c3f8b97a23ed56797f59f564e9b (patch) | |
tree | 88276442c6e5724852f8384aff06266bab7a7d67 /audio | |
parent | fb6afebbb1c1c19ea6be4d6005d04c76e357d1ea (diff) | |
download | freebsd-ports-gnome-6eaed468a2373c3f8b97a23ed56797f59f564e9b.tar.gz freebsd-ports-gnome-6eaed468a2373c3f8b97a23ed56797f59f564e9b.tar.zst freebsd-ports-gnome-6eaed468a2373c3f8b97a23ed56797f59f564e9b.zip |
Fix plist
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tkeca/Makefile | 1 | ||||
-rw-r--r-- | audio/tkeca/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/audio/tkeca/Makefile b/audio/tkeca/Makefile index 9dbec0af8e02..aeaa82e05cbb 100644 --- a/audio/tkeca/Makefile +++ b/audio/tkeca/Makefile @@ -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 diff --git a/audio/tkeca/pkg-plist b/audio/tkeca/pkg-plist index 09cc1b04666f..359192794cd0 100644 --- a/audio/tkeca/pkg-plist +++ b/audio/tkeca/pkg-plist @@ -1,7 +1,6 @@ bin/tkeca share/applications/tkeca.desktop share/pixmaps/tkeca.png -@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 |