diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-22 11:39:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-22 11:39:54 +0800 |
commit | 824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7 (patch) | |
tree | 7428a9ddcd028508a11af8e4715e2b89cd1e1a76 /audio/Makefile | |
parent | 1ece0c00e01d819c79d6c0f6c1d4c724229db82c (diff) | |
download | freebsd-ports-gnome-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.tar.gz freebsd-ports-gnome-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.tar.zst freebsd-ports-gnome-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.zip |
Repocopy gstreamer-plugins-polypaudio to gstreamer-plugins-polyp as the
latter is what gstreamer calls the Polyp Audio plug-in. This effectively
fixes the linking of this plug-in.
PR: 87777
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index d06ae6229258..b9e0f564f26a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -17,7 +17,7 @@ SUBDIR += akode-plugins-mpc SUBDIR += akode-plugins-mpeg SUBDIR += akode-plugins-oss - SUBDIR += akode-plugins-polypaudio + SUBDIR += akode-plugins-polyp SUBDIR += akode-plugins-resampler SUBDIR += akode-plugins-xiph SUBDIR += alac |