diff options
author | trasz <trasz@FreeBSD.org> | 2008-11-15 20:41:28 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-11-15 20:41:28 +0800 |
commit | 124ad6c17391c03bd835f0d8683daaaed21f6a25 (patch) | |
tree | f179ef8a53859cabc362e88f931e601df23043b9 /audio/Makefile | |
parent | e1e69da679c68682278f51f130637659afec8187 (diff) | |
download | freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.tar.gz freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.tar.zst freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.zip |
liblscp is a C library written as a wrapper around the LSCP network
protocol, thus to control linuxsampler.
WWW: ttp://www.linuxsampler.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 a64d797e5b06..afafced5a4bf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -353,6 +353,7 @@ SUBDIR += libid3tag SUBDIR += libjackasyn SUBDIR += liblo + SUBDIR += liblscp SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug |