Fix LIB_DEPENDS

This commit is contained in:
Antoine Brodin 2015-06-08 05:46:09 +00:00
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

View file

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

View file

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