aboutsummaryrefslogtreecommitdiff
path: root/audio/py-tagpy
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-11-30 22:58:44 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-11-30 22:58:44 +0000
commitec8743e19e6bd3be890d0590a1590bb1d685472e (patch)
tree7a24b2f1e1791bb866ea863cc24df61403eebde1 /audio/py-tagpy
parent1d2e0263506f0c211f59707bbff84014399e8e89 (diff)
downloadports-ec8743e19e6bd3be890d0590a1590bb1d685472e.tar.gz
ports-ec8743e19e6bd3be890d0590a1590bb1d685472e.zip
- Remove implicit lang/python dependency
Required by: python (via mva)
Notes
Notes: svn path=/head/; revision=335350
Diffstat (limited to 'audio/py-tagpy')
-rw-r--r--audio/py-tagpy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index 895ad7bdfe5b..efa961103b30 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -16,6 +16,7 @@ LICENSE= MIT
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
tag:${PORTSDIR}/audio/taglib
+USES= shebangfix
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \
@@ -23,6 +24,9 @@ CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \
--boost-inc-dir="${PYTHON_INCLUDEDIR},${LOCALBASE}/include" \
--boost-lib-dir="${PYTHON_LIBDIR},${LOCALBASE}/lib" \
--boost-python-libname="boost_python"
+python_OLD_CMD= /usr/bin/env python
+python_CMD= ${PYTHON_CMD}
+SHEBANG_FILES= configure.py
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%