aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-20 20:32:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-20 20:32:56 +0000
commit062cca1fcb364519e614877f320d7df1527cf542 (patch)
treec09d6272586b80105149673152d05c78040aba8a /audio/rhythmbox
parentb59d51a5feac66718c0cc7db2f4f32c3e48aa045 (diff)
downloadports-062cca1fcb364519e614877f320d7df1527cf542.tar.gz
ports-062cca1fcb364519e614877f320d7df1527cf542.zip
Fix the lirc LIB_DEPENDS line.
Submitted by: Lukasz Ciazynski <lciazyns@gmail.com>
Notes
Notes: svn path=/head/; revision=190483
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r--audio/rhythmbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 967a06e7b732..da3c95697ed7 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -74,7 +74,7 @@ CONFIGURE_ARGS+=--with-database=tree
.endif
.if defined(WITH_LIRC)
-LIB_DEPENDS+= lirc_client.so:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc
PLIST_SUB+= LIRC=""
CONFIGURE_ARGS+=--enable-lirc
.else