diff options
author | mva <mva@FreeBSD.org> | 2013-12-18 04:35:25 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-18 04:35:25 +0800 |
commit | 9423f7285ff0a64001ce79d0151b749eb0472e3a (patch) | |
tree | c8c021b45ff426846593c9c93bc1371dd87f6434 | |
parent | 2497b233f24af2958819b76aecb8fd89d0754ef5 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |