aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-04-21 04:32:56 +0800
committermarcus <marcus@FreeBSD.org>2007-04-21 04:32:56 +0800
commit95daa7a6ec1595973fafdb2e03fa3d0decdfa116 (patch)
tree7f74144a3abb2dd889bd676804b8b543a82c260f /audio
parent3f15e249e8d59fab12272c17a8ff6be24e3bac08 (diff)
downloadfreebsd-ports-gnome-95daa7a6ec1595973fafdb2e03fa3d0decdfa116.tar.gz
freebsd-ports-gnome-95daa7a6ec1595973fafdb2e03fa3d0decdfa116.tar.zst
freebsd-ports-gnome-95daa7a6ec1595973fafdb2e03fa3d0decdfa116.zip
Fix the lirc LIB_DEPENDS line.
Submitted by: Lukasz Ciazynski <lciazyns@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox-devel/Makefile2
-rw-r--r--audio/rhythmbox/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 967a06e7b732..da3c95697ed7 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/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
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