summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2013-12-17 22:23:15 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2013-12-17 22:23:15 +0000
commit3e78f13bf94816e742f4e5b24b36cf24a0128898 (patch)
treec4e291e8a070e8497fd86a6fd9ebdc11d2b03f1a
parentMFH r336719: (diff)
MFH r336761:
- Unbreak build Reported by: exp-run (PR 184591)
-rw-r--r--audio/py-tagpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index f57d033eba3c..d448850c338b 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -14,7 +14,7 @@ COMMENT= Python bindings for Scott Wheeler's TagLib
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