diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:37:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-12-22 22:37:41 +0000 |
commit | 24ab724740fb632949848e6e94fdb71962ef9300 (patch) | |
tree | 1e4c7c0fcc74c8c6fa2e5e2dcc8a43b3600cff74 /multimedia/gstreamer-plugins | |
parent | a76a665c75d02edd480b3c0abe1b9af8361a960f (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 3e96b3fc745a..cf902551d98d 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -215,6 +215,9 @@ gst_hal_LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal gst_hal_PLIST_FILES= ${GST_LIB_DIR}/libgsthalelements.a \ ${GST_LIB_DIR}/libgsthalelements.la \ ${GST_LIB_DIR}/libgsthalelements.so +# jack +gst_jack_LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +gst_jack_DIST= bad # jpeg gst_jpeg_LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg |