diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-22 03:40:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-22 03:40:29 +0000 |
commit | 55ab5b0a0fcf50338fef87247aff3aecb52c8d40 (patch) | |
tree | 0892ee05cd79e4caee9547572d37af1af5b9a34e /multimedia/gstreamer-plugins80 | |
parent | 7a83424fe4a7778f5c591a8a917cb95ea7178b76 (diff) | |
download | ports-55ab5b0a0fcf50338fef87247aff3aecb52c8d40.tar.gz ports-55ab5b0a0fcf50338fef87247aff3aecb52c8d40.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index 5dcd25405616..4509c14ea83b 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -460,8 +460,8 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.a \ ${GST_LIB_DIR}/libgstsnapshot.so .endif -# polypaudio -.if ${GST_PLUGIN}=="polypaudio" +# polyp +.if ${GST_PLUGIN}=="polyp" LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.a \ ${GST_LIB_DIR}/libpolypaudio.la \ |