diff options
author | kwm <kwm@FreeBSD.org> | 2009-12-15 18:29:56 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-12-15 18:29:56 +0800 |
commit | 4058b56d365b5ac9c7e4776bc6a599a5b27c4192 (patch) | |
tree | 7e6cd97d0e80d3968fbb78ddf464f5d3c170756a /multimedia | |
parent | 54b0fae60dd8948270f4f0e360096574765ae19f (diff) | |
download | freebsd-ports-gnome-4058b56d365b5ac9c7e4776bc6a599a5b27c4192.tar.gz freebsd-ports-gnome-4058b56d365b5ac9c7e4776bc6a599a5b27c4192.tar.zst freebsd-ports-gnome-4058b56d365b5ac9c7e4776bc6a599a5b27c4192.zip |
Remove support for neon26.
Requested by: miwi
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index deebacd6c229..fd69ea64c88e 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -371,11 +371,7 @@ gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.la \ ${GST_LIB_DIR}/libgstnassink.so # neon -.if exists(${LOCALBASE}/lib/libneon.so.26) -gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 -.else gst_neon_LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 -.endif gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.la \ ${GST_LIB_DIR}/libgstneonhttpsrc.so |