diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:46:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:46:09 +0000 |
commit | 9d006776f57e3309bca33411c015f107deb1fe78 (patch) | |
tree | 1dee9a11f4d8ea5a8192dc66ac37659b0a2b4c92 | |
parent | Update of ldb port, necessary for net/samba42 (diff) |
Fix LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=388830
-rw-r--r-- | comms/concordance/Makefile | 2 | ||||
-rw-r--r-- | comms/py-libconcord/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile index 90384a3cb935..38a9e5b2cfc7 100644 --- a/comms/concordance/Makefile +++ b/comms/concordance/Makefile @@ -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} diff --git a/comms/py-libconcord/Makefile b/comms/py-libconcord/Makefile index aa623f68ae33..6a5711ff7d1e 100644 --- a/comms/py-libconcord/Makefile +++ b/comms/py-libconcord/Makefile @@ -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 |