diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-01 01:15:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-01 01:15:20 +0800 |
commit | f51beb3b527fabf54d459d2747a7a8905b135d8e (patch) | |
tree | c04b75be227f1aa901784452a9dd34497d8bff0e /audio/Makefile | |
parent | 253e576fcd3c8ab64396f0e293ad272b33b1bbc2 (diff) | |
download | freebsd-ports-graphics-f51beb3b527fabf54d459d2747a7a8905b135d8e.tar.gz freebsd-ports-graphics-f51beb3b527fabf54d459d2747a7a8905b135d8e.tar.zst freebsd-ports-graphics-f51beb3b527fabf54d459d2747a7a8905b135d8e.zip |
Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR: 43142
Submitted by: Robin Schilham <co9@xs4all.nl> (based on)
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 e42550cb744..e46d2db26af 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -10,6 +10,7 @@ SUBDIR += adpcm SUBDIR += afsp SUBDIR += alienwah + SUBDIR += alsaplayer SUBDIR += amp SUBDIR += ample SUBDIR += arts |