aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins/Makefile.common
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2008-10-10 09:05:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2008-10-10 09:05:21 +0000
commitee04516b857efffcd30da3b62c5f163e995bbb5d (patch)
tree6042aeb8db4415e4a417022cd1300bd956e8e646 /multimedia/gstreamer-plugins/Makefile.common
parent326568f0aa1da73442e228f16e2d438a5d847b39 (diff)
downloadports-ee04516b857efffcd30da3b62c5f163e995bbb5d.tar.gz
ports-ee04516b857efffcd30da3b62c5f163e995bbb5d.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile.common')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 3937bb6b6554..4c8cc640cd7a 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -160,7 +160,8 @@ gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION}
gst_cdparanoia_DIST= base
# cdio
-gst_cdio_LIB_DEPENDS+= cdio.7:${PORTSDIR}/sysutils/libcdio
+gst_cdio_LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio
+gst_cdio_DIST= ugly
# dts
gst_dts_LIB_DEPENDS+= dca.0:${PORTSDIR}/multimedia/libdca
@@ -318,7 +319,11 @@ gst_nas_PLIST_FILES= ${GST_LIB_DIR}/libgstnassink.a \
${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.a \
${GST_LIB_DIR}/libgstneonhttpsrc.la \