svn commit: r336786 - branches/2014Q1/audio/py-tagpy
Bernhard Froehlich
decke at FreeBSD.org
Tue Dec 17 22:23:16 UTC 2013
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
More information about the svn-ports-all
mailing list