diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-14 03:56:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-03-14 03:56:07 +0000 |
commit | 5f8e75f405a2abd4395a6d6e3d28d64973d96444 (patch) | |
tree | d8c631686dde93e0687e19a07c29433069e7f63a /multimedia/xawtv | |
parent | 9a078f9971d6bb1e03b45b66e4c13c9417b4bdad (diff) | |
download | ports-5f8e75f405a2abd4395a6d6e3d28d64973d96444.tar.gz ports-5f8e75f405a2abd4395a6d6e3d28d64973d96444.zip |
Chase libdv shared library version bump
Notes
Notes:
svn path=/head/; revision=103954
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 461ff2a4e649..ea5bf98a4ce7 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -63,7 +63,7 @@ PLIST_SUB+= ZVBI="@comment " ZVBI5="@comment " .endif .if defined(WITH_LIBDV) -LIB_DEPENDS+= dv.3:${PORTSDIR}/multimedia/libdv +LIB_DEPENDS+= dv.4:${PORTSDIR}/multimedia/libdv CONFIGURE_ARGS+=--enable-dv PLIST_SUB+= DV= .else |