aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-12-18 04:35:25 +0800
committermva <mva@FreeBSD.org>2013-12-18 04:35:25 +0800
commit9423f7285ff0a64001ce79d0151b749eb0472e3a (patch)
treec8c021b45ff426846593c9c93bc1371dd87f6434
parent2497b233f24af2958819b76aecb8fd89d0754ef5 (diff)
downloadfreebsd-ports-gnome-9423f7285ff0a64001ce79d0151b749eb0472e3a.tar.gz
freebsd-ports-gnome-9423f7285ff0a64001ce79d0151b749eb0472e3a.tar.zst
freebsd-ports-gnome-9423f7285ff0a64001ce79d0151b749eb0472e3a.zip
- 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