svn commit: r336761 - head/audio/py-tagpy

Marcus von Appen mva at FreeBSD.org
Tue Dec 17 20:35:26 UTC 2013


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


More information about the svn-ports-head mailing list