diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-04 08:03:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-04 08:03:09 +0000 |
commit | c6ba565dfee4519ecf606869e1813fe59bc6631f (patch) | |
tree | a5955e374a98b19433053792da579763ae22a665 /sysutils | |
parent | c28a465db0952d73c9921f0f98992e5e1e9e98fd (diff) | |
download | pkgsrc-c6ba565dfee4519ecf606869e1813fe59bc6631f.tar.gz |
Requires Python 2.4.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-dbus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile index 1d9992e9916..18d49b7c1c2 100644 --- a/sysutils/py-dbus/Makefile +++ b/sysutils/py-dbus/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2006/04/02 15:04:20 rxg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/04 08:03:09 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PYTHON_VERSIONS_ACCEPTED= 24 + DBUS_INTERFACE= glib python DBUS_DIRS= dbus bus glib python tools |