1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

o Chase libdv shared library version bump [1]

o Correctly depend on libshout2 instead of libshout port [2]

PR:		59230 [2],
		64154 [1]
Submitted by:	michael jonson <ahze@ahze.net> [1],
		pseniura@techie.com <pseniura@techie.com> [2]
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-03-14 03:58:16 +00:00
parent 5f8e75f405
commit e27f8f2cc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103955
2 changed files with 4 additions and 4 deletions

View File

@ -455,7 +455,7 @@ PLIST_SUB+= LIBAUDIOFILE=""
CONFIGURE_ARGS+= --disable-libdv
PLIST_SUB+= LIBDV="@comment "
.else
LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv
LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv
PLIST_SUB+= LIBDV=""
.endif
@ -522,7 +522,7 @@ PLIST_SUB+= LIBMPEG2=""
CONFIGURE_ARGS+= --disable-shout
PLIST_SUB+= LIBSHOUT="@comment "
.else
LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout
LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2
PLIST_SUB+= LIBSHOUT=""
.endif

View File

@ -455,7 +455,7 @@ PLIST_SUB+= LIBAUDIOFILE=""
CONFIGURE_ARGS+= --disable-libdv
PLIST_SUB+= LIBDV="@comment "
.else
LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv
LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv
PLIST_SUB+= LIBDV=""
.endif
@ -522,7 +522,7 @@ PLIST_SUB+= LIBMPEG2=""
CONFIGURE_ARGS+= --disable-shout
PLIST_SUB+= LIBSHOUT="@comment "
.else
LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout
LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2
PLIST_SUB+= LIBSHOUT=""
.endif