summaryrefslogtreecommitdiff
path: root/pkgtools/gnome-packagekit
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-14 15:31:58 +0000
committerwiz <wiz>2009-08-14 15:31:58 +0000
commit6e77cc051c0fdfc2886706a2294dcc1481abc377 (patch)
treeac2fd90ae3f58e12b8282c18eaf1435d421ad1e6 /pkgtools/gnome-packagekit
parentff49850a3d862c404158909ec6b2e933b6012c62 (diff)
downloadpkgsrc-6e77cc051c0fdfc2886706a2294dcc1481abc377.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/gnome-packagekit')
-rw-r--r--pkgtools/gnome-packagekit/Makefile5
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"