diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-14 15:37:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-14 15:37:40 +0000 |
commit | 8a9771418ef4c69e5897849387e4a9253aecd8ba (patch) | |
tree | cf7647b9b60872e6286b156e2244dffe1a33a6a0 /pkgtools/gnome-packagekit | |
parent | 0d5c292ca34704ed6c644b906df79f936d4ceec7 (diff) | |
download | pkgsrc-8a9771418ef4c69e5897849387e4a9253aecd8ba.tar.gz |
Make joerg happy by using PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'pkgtools/gnome-packagekit')
-rw-r--r-- | pkgtools/gnome-packagekit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index d2821aa27fc..6d9d93ac75e 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/14 15:31:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/14 15:37:40 wiz Exp $ # DISTNAME= gnome-packagekit-0.4.0 @@ -11,7 +11,7 @@ COMMENT= GNOME frontend for PackageKit PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_INCOMPATIBLE= 26 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 GNU_CONFIGURE= yes USE_LIBTOOL= yes |