diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 23:13:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 23:13:55 +0000 |
commit | 47ac54e8c746d7eb20d583ef5aad3255e02f00d4 (patch) | |
tree | 2a4542acb505f5e4676ea2ea28731d4f1f2f1665 /audio/Makefile | |
parent | Avoid REINPLACE_CMD dependency. (diff) |
Add gtick, a small but functional metronome application written in Gtk2.
PR: ports/62664
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
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 7772ebf9aab6..f988d8619199 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -127,6 +127,7 @@ SUBDIR += gsi SUBDIR += gsm SUBDIR += gspeakers + SUBDIR += gtick SUBDIR += gtkgep SUBDIR += gtkpod SUBDIR += holyshout |