diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-08 21:50:20 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-12-08 21:50:20 +0000 |
commit | ad1bbf18357af5fc7d4c96ded2bf2b26ebac1eed (patch) | |
tree | cd9e7a9e9746f7799fb5f57a1af21a4ad522acb1 /audio/py-libtunepimp | |
parent | 1c9dc5ef783bf7afe9d85a5cc8c3ab937fd28d83 (diff) | |
download | ports-ad1bbf18357af5fc7d4c96ded2bf2b26ebac1eed.tar.gz ports-ad1bbf18357af5fc7d4c96ded2bf2b26ebac1eed.zip |
Notes
Diffstat (limited to 'audio/py-libtunepimp')
-rw-r--r-- | audio/py-libtunepimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-libtunepimp/Makefile b/audio/py-libtunepimp/Makefile index e0a7406185dd..53fbcb5e279e 100644 --- a/audio/py-libtunepimp/Makefile +++ b/audio/py-libtunepimp/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexbl@FreeBSD.org COMMENT= Python bindings for libtunepimp -BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes -RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes +BUILD_DEPENDS= ${PYCTYPES} +RUN_DEPENDS= ${PYCTYPES} LIB_DEPENDS= tunepimp.5:${PORTSDIR}/audio/libtunepimp USE_PYTHON= yes |