svn commit: r388830 - in head/comms: concordance py-libconcord

Antoine Brodin antoine at FreeBSD.org
Mon Jun 8 05:46:10 UTC 2015


Author: antoine
Date: Mon Jun  8 05:46:09 2015
New Revision: 388830
URL: https://svnweb.freebsd.org/changeset/ports/388830

Log:
  Fix LIB_DEPENDS

Modified:
  head/comms/concordance/Makefile
  head/comms/py-libconcord/Makefile

Modified: head/comms/concordance/Makefile
==============================================================================
--- head/comms/concordance/Makefile	Mon Jun  8 03:49:09 2015	(r388829)
+++ head/comms/concordance/Makefile	Mon Jun  8 05:46:09 2015	(r388830)
@@ -11,7 +11,7 @@ COMMENT=	Command-line Logitech Harmony c
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libconcord.so.${PORTVERSION}:${PORTSDIR}/comms/libconcord
+LIB_DEPENDS=	libconcord.so:${PORTSDIR}/comms/libconcord
 
 USES=		tar:bzip2
 WRKSRC_SUBDIR=	${PORTNAME}

Modified: head/comms/py-libconcord/Makefile
==============================================================================
--- head/comms/py-libconcord/Makefile	Mon Jun  8 03:49:09 2015	(r388829)
+++ head/comms/py-libconcord/Makefile	Mon Jun  8 05:46:09 2015	(r388830)
@@ -13,7 +13,7 @@ COMMENT=	Python bindings for Logitech Ha
 
 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


More information about the svn-ports-head mailing list