diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-21 05:36:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-21 05:36:45 +0800 |
commit | 82be4f4e5ed239358a369e515a76c943da5c6a27 (patch) | |
tree | 343d37d1bc1a5d1d32ecf100e101f1d731be1f8d /multimedia/gstreamer-plugins | |
parent | 462ef460802184c3b03f0f89006a0878120cb2b9 (diff) | |
download | freebsd-ports-gnome-82be4f4e5ed239358a369e515a76c943da5c6a27.tar.gz freebsd-ports-gnome-82be4f4e5ed239358a369e515a76c943da5c6a27.tar.zst freebsd-ports-gnome-82be4f4e5ed239358a369e515a76c943da5c6a27.zip |
Re-add support for libdvdnav.
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 3941162e9dfc..6315dfa667bb 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -208,9 +208,9 @@ WITH_LIBDV=yes # libdvdnav # XXX libdvdnav needs to be updated to 0.1.9 or higher -#.if exists(${LOCALBASE}/lib/libdvdnav.so) -.undef WITH_LIBDVDNAV -#.endif +.if exists(${LOCALBASE}/lib/libdvdnav.so) +WITH_LIBDVDNAV=yes +.endif # libdvdread .if exists(${LOCALBASE}/lib/libdvdread.a) @@ -465,7 +465,7 @@ PLIST_SUB+= LIBDV="" CONFIGURE_ARGS+= --disable-dvdnav PLIST_SUB+= LIBDVDNAV="@comment " .else -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav +LIB_DEPENDS+= dvdnav.3:${PORTSDIR}/multimedia/libdvdnav PLIST_SUB+= LIBDVDNAV="" .endif |