diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-10 23:47:40 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-10 23:47:40 +0000 |
commit | 3e996ba48871d46bb9ee773564dfbf272ea75e81 (patch) | |
tree | c3ff7e80e92faf53d054b5df35089fe7aa462554 /multimedia/quodlibet | |
parent | 21ef64ace099d3c9f03700b174c9ca07327537ea (diff) |
- Use PYCTYPES macro to assure compatability with Python 2.5
Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=179442
Diffstat (limited to 'multimedia/quodlibet')
-rw-r--r-- | multimedia/quodlibet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 4fa0ffd9f551..e34535090291 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -65,8 +65,8 @@ USE_GSTREAMER+= flac .if !defined(WITHOUT_MUSEPACK) || !defined(WITHOUT_WAVPACK) \ || !defined(WITHOUT_AAC) -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes +BUILD_DEPENDS+= ${PYCTYPES} +RUN_DEPENDS+= ${PYCTYPES} .endif .if !defined(WITHOUT_MUSEPACK) |