Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2015 05:46:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388830 - in head/comms: concordance py-libconcord
Message-ID:  <201506080546.t585k94X067274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506080546.t585k94X067274>