diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-14 15:31:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-14 15:31:58 +0000 |
commit | d7541c0ce4e413132e3a465e9929005ecde229db (patch) | |
tree | ac2fd90ae3f58e12b8282c18eaf1435d421ad1e6 /pkgtools | |
parent | 6483d97727ccc95cefb06c828cd208b377e08348 (diff) | |
download | pkgsrc-d7541c0ce4e413132e3a465e9929005ecde229db.tar.gz |
Needs python, so include lang/python/application.mk.
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/gnome-packagekit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index 348d71a7cca..d2821aa27fc 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/14 15:31:58 wiz Exp $ # DISTNAME= gnome-packagekit-0.4.0 @@ -11,6 +11,8 @@ COMMENT= GNOME frontend for PackageKit PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCOMPATIBLE= 26 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake intltool perl msgfmt @@ -21,6 +23,7 @@ GCONF_SCHEMAS+= gnome-packagekit.schemas .include "../../devel/GConf/schemas.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libsexy/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../pkgtools/packagekit/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |