diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 19:33:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 19:33:44 +0000 |
commit | 98de3d24254a87dbef0ecd0c7e0a67fe0ad7bdb3 (patch) | |
tree | a052a0afbbf3922c002c9b00aa1b128b19d9e5af | |
parent | b75d1eba0a1b30a58d7fd2ce8fac9781a5f8e94d (diff) |
Notes
-rw-r--r-- | audio/py-tagpy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 5d62e5957ff4..755b617afa51 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ libtag.so:${PORTSDIR}/audio/taglib -USES= shebangfix compiler:c++11-lang +USES= compiler:c++11-lang python shebangfix HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ @@ -27,8 +27,6 @@ CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ python_OLD_CMD= /usr/bin/env python python_CMD= ${PYTHON_CMD} SHEBANG_FILES= configure.py - -USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk> |