diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-16 17:15:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-16 17:15:10 +0800 |
commit | 19744bc849fc907193448f296892d9cc06e6590b (patch) | |
tree | 10002e260b3ff8040ce6df3b6075f23b34c8c15c /audio/Makefile | |
parent | e1114ee90c8f4fe98411b24d3b5d84cf2cc96330 (diff) | |
download | freebsd-ports-gnome-19744bc849fc907193448f296892d9cc06e6590b.tar.gz freebsd-ports-gnome-19744bc849fc907193448f296892d9cc06e6590b.tar.zst freebsd-ports-gnome-19744bc849fc907193448f296892d9cc06e6590b.zip |
This is the simplest plugin of the lot, it adds a stop button to the controls
in the main window. It's an easy solution to keep everybody happy.
WWW: http://sarine.nl/gmpc-plugins
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f3987cd424f2..5f5e5e6ec333 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -203,6 +203,7 @@ SUBDIR += gmpc-osd SUBDIR += gmpc-qosd SUBDIR += gmpc-serverstats + SUBDIR += gmpc-stopbutton SUBDIR += gmpccaa SUBDIR += gnapster SUBDIR += gnomad2 |