diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-20 20:32:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-20 20:32:56 +0000 |
commit | 062cca1fcb364519e614877f320d7df1527cf542 (patch) | |
tree | c09d6272586b80105149673152d05c78040aba8a /audio/rhythmbox | |
parent | b59d51a5feac66718c0cc7db2f4f32c3e48aa045 (diff) | |
download | ports-062cca1fcb364519e614877f320d7df1527cf542.tar.gz ports-062cca1fcb364519e614877f320d7df1527cf542.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
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 |