diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-11 17:38:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-11 17:38:35 +0000 |
commit | e8837f2ce4c6fce78772f11e5bf5a7d7443551c3 (patch) | |
tree | a778e83da4e1f61071bfcfd878d8dd6d866821af /audio | |
parent | 23bd7d6040234d8f0644c9a67858490f0c931e1b (diff) | |
download | pkgsrc-e8837f2ce4c6fce78772f11e5bf5a7d7443551c3.tar.gz |
Doesn't build with Python before 2.3.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-daap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/py-daap/Makefile b/audio/py-daap/Makefile index 4a9932a3ff4..ca716512713 100644 --- a/audio/py-daap/Makefile +++ b/audio/py-daap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 20:23:41 agc Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/11 17:38:35 joerg Exp $ # DISTNAME= PythonDaap-0.7 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jerakeen.org/PythonDaap/ COMMENT= Python binding for DAAP +PYTHON_VERSIONS_ACCEPTED= 24 23 + PYSETUP= setup.py PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} |