diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 15:54:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 15:54:07 +0000 |
commit | 6e8f021c7a1ef619398444dfb36d42960cffcf3b (patch) | |
tree | ae02d06bb91f8adca5414d83a3d3789b933fc136 /multimedia | |
parent | 620038c6d1fc031683c8c37ab61951a8a32048ed (diff) | |
download | ports-6e8f021c7a1ef619398444dfb36d42960cffcf3b.tar.gz ports-6e8f021c7a1ef619398444dfb36d42960cffcf3b.zip |
disable DVD support till libdvdread is updated to at least version
0.92 (required for proper operation)
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
Notes
Notes:
svn path=/head/; revision=48846
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 14 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index c75c7892b8fa..b9510bf55683 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -46,10 +46,10 @@ USE_GTK= yes CONFIGURE_ARGS+= --enable-gui .endif -.if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread -.endif +#.if defined(WITH_DVD) +#LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ +# dvdread.2:${PORTSDIR}/graphics/libdvdread +#.endif .if defined(WITH_ESOUND) || defined(HAVE_ESOUND) USE_ESOUND= yes @@ -104,9 +104,9 @@ pre-everything:: .if !defined(WITH_GUI) @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." .endif -.if !defined(WITH_DVD) - @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." -.endif +#.if !defined(WITH_DVD) +# @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." +#.endif .if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND)) @${ECHO_MSG} "You can enable ESOUND sound support by defining WITH_ESOUND." .endif diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index c75c7892b8fa..b9510bf55683 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -46,10 +46,10 @@ USE_GTK= yes CONFIGURE_ARGS+= --enable-gui .endif -.if defined(WITH_DVD) -LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ - dvdread.2:${PORTSDIR}/graphics/libdvdread -.endif +#.if defined(WITH_DVD) +#LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \ +# dvdread.2:${PORTSDIR}/graphics/libdvdread +#.endif .if defined(WITH_ESOUND) || defined(HAVE_ESOUND) USE_ESOUND= yes @@ -104,9 +104,9 @@ pre-everything:: .if !defined(WITH_GUI) @${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI." .endif -.if !defined(WITH_DVD) - @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." -.endif +#.if !defined(WITH_DVD) +# @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD." +#.endif .if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND)) @${ECHO_MSG} "You can enable ESOUND sound support by defining WITH_ESOUND." .endif |