mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
re-enable DVD read support since libdvdread was updated to 0.9.2
in rev 1.2 of libdvdread/Makefile
This commit is contained in:
parent
d0548d082b
commit
fdb200fae5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48892
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user