Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 20:35:26 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336761 - head/audio/py-tagpy
Message-ID:  <201312172035.rBHKZQMY034626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Dec 17 20:35:25 2013
New Revision: 336761
URL: http://svnweb.freebsd.org/changeset/ports/336761

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

Modified:
  head/audio/py-tagpy/Makefile

Modified: head/audio/py-tagpy/Makefile
==============================================================================
--- head/audio/py-tagpy/Makefile	Tue Dec 17 20:14:24 2013	(r336760)
+++ head/audio/py-tagpy/Makefile	Tue Dec 17 20:35:25 2013	(r336761)
@@ -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?201312172035.rBHKZQMY034626>