aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gxine
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-02-26 22:11:54 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-02-26 22:11:54 +0000
commit0edca97428bea72ef2ba070211101a6fd35dedfc (patch)
tree1ff84eb0040d9fc034877c5a059b741de9fcde54 /multimedia/gxine
parenta51b008407fee8081747b892c93727d64c3632d9 (diff)
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1]
Notes
Notes: svn path=/head/; revision=269851
Diffstat (limited to 'multimedia/gxine')
-rw-r--r--multimedia/gxine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index fbdccd5f4936..15db507738bb 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -54,7 +54,7 @@ PLIST_SUB+= NLS=""
.endif
.if defined(WITH_LIRC)
-LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc
CONFIGURE_ARGS+= --enable-lirc
.else
CONFIGURE_ARGS+= --disable-lirc