Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 22:23:16 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r336786 - branches/2014Q1/audio/py-tagpy
Message-ID:  <201312172223.rBHMNG5l075750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Tue Dec 17 22:23:15 2013
New Revision: 336786
URL: http://svnweb.freebsd.org/changeset/ports/336786

Log:
  MFH r336761:
  
  - Unbreak build
  
  Reported by:	exp-run (PR 184591)

Modified:
  branches/2014Q1/audio/py-tagpy/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/audio/py-tagpy/Makefile
==============================================================================
--- branches/2014Q1/audio/py-tagpy/Makefile	Tue Dec 17 22:19:36 2013	(r336785)
+++ branches/2014Q1/audio/py-tagpy/Makefile	Tue Dec 17 22:23:15 2013	(r336786)
@@ -14,7 +14,7 @@ COMMENT=	Python bindings for Scott Wheel
 LICENSE=	MIT
 
 LIB_DEPENDS=	libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
-		libtag;so:${PORTSDIR}/audio/taglib
+		libtag.so:${PORTSDIR}/audio/taglib
 
 USES=		shebangfix
 HAS_CONFIGURE=	yes



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