mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix the lirc LIB_DEPENDS line.
Submitted by: Lukasz Ciazynski <lciazyns@gmail.com>
This commit is contained in:
parent
b59d51a5fe
commit
062cca1fcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190483
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user