diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-17 21:37:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-17 21:37:35 +0000 |
commit | fdb200fae502a87094d52218178380ac263bcb2d (patch) | |
tree | 3ec7155e8039ffa717d613e41bb7685f5bd8b199 | |
parent | d0548d082b2b1c9d8e2f977aebbc99880ec3b47c (diff) | |
download | ports-fdb200fae502a87094d52218178380ac263bcb2d.tar.gz ports-fdb200fae502a87094d52218178380ac263bcb2d.zip |
Notes
-rw-r--r-- | graphics/mplayer/Makefile | 14 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 14 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 14 |
3 files changed, 21 insertions, 21 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index b9510bf55683..c75c7892b8fa 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/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/mplayer/Makefile b/multimedia/mplayer/Makefile index b9510bf55683..c75c7892b8fa 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 b9510bf55683..c75c7892b8fa 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 |