aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-libtunepimp
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2006-12-09 05:50:20 +0800
committeralexbl <alexbl@FreeBSD.org>2006-12-09 05:50:20 +0800
commit2345d5819866e18257c97d92f95d297a3881f414 (patch)
treee5aeeee38a7c952cb59cf8045f7e925ba8b93799 /audio/py-libtunepimp
parent0b9acaedb5ca4c4895e77ec5962c54337476b866 (diff)
downloadfreebsd-ports-gnome-2345d5819866e18257c97d92f95d297a3881f414.tar.gz
freebsd-ports-gnome-2345d5819866e18257c97d92f95d297a3881f414.tar.zst
freebsd-ports-gnome-2345d5819866e18257c97d92f95d297a3881f414.zip
- Mark devel/py-ctypes IGNORE with Python 2.5 [1]
- add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using ports on Python 2.5 [2] - Update two of the four ports using ctypes to this macro [3] PR: 104587 [1] Submitted by: Marcus von Appen <mva@sysfault.org> [1] Approved by: portmgr (pav, linimon) [2], myself [3]
Diffstat (limited to 'audio/py-libtunepimp')
-rw-r--r--audio/py-libtunepimp/Makefile4
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