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 | d4d5c6f5693ccb1f4088cebf2d2f0a935eb1f2ae (patch) | |
tree | cf7647b9b60872e6286b156e2244dffe1a33a6a0 /pkgtools | |
parent | d7541c0ce4e413132e3a465e9929005ecde229db (diff) | |
download | pkgsrc-d4d5c6f5693ccb1f4088cebf2d2f0a935eb1f2ae.tar.gz |
Make joerg happy by using PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'pkgtools')
-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 |