1
0
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:
Joe Marcus Clarke 2007-04-20 20:32:56 +00:00
parent b59d51a5fe
commit 062cca1fcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190483
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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