diff options
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 766898c..0de07fa 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -467,15 +467,6 @@ LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes PLIST_SUB+= HERMES="" .endif -# http -.ifndef(WITH_HTTP) -CONFIGURE_ARGS+= --disable-http -PLIST_SUB+= HTTP="@comment " -.else -USE_GNOME+= libghttp -PLIST_SUB+= HTTP="" -.endif - # jpeg .ifndef(WITH_JPEG) CONFIGURE_ARGS+= --disable-jpeg @@ -847,10 +838,6 @@ pre-everything:: @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_HERMES to enable Hermes colorspace plugin' .endif -.ifndef(WITH_HTTP) - @${ECHO_MSG} '===>' - @${ECHO_MSG} '===> Define WITH_HTTP to enable http Network plugin' -.endif .ifndef(WITH_JPEG) @${ECHO_MSG} '===>' @${ECHO_MSG} '===> Define WITH_JPEG to enable jpeg Video plugin' |