From 062cca1fcb364519e614877f320d7df1527cf542 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 20 Apr 2007 20:32:56 +0000 Subject: [PATCH] Fix the lirc LIB_DEPENDS line. Submitted by: Lukasz Ciazynski --- audio/rhythmbox-devel/Makefile | 2 +- audio/rhythmbox/Makefile | 2 +- 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