Fix LIB_DEPENDS
This commit is contained in:
parent
ffa94170d0
commit
9d006776f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388830
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ COMMENT= Command-line Logitech Harmony configuration tool
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
|
||||
LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
|
||||
|
||||
USES= tar:bzip2
|
||||
WRKSRC_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Python bindings for Logitech Harmony library
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
|
||||
LIB_DEPENDS= libconcord.so:${PORTSDIR}/comms/libconcord
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= python:2.7+ tar:bzip2
|
||||
|
|
Loading…
Reference in a new issue