Fri Aug 14 15:31:58 2009 UTC ()
Needs python, so include lang/python/application.mk.
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.


(wiz)
diff -r1.3 -r1.4 pkgsrc/pkgtools/gnome-packagekit/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/pkgtools/gnome-packagekit/Makefile (expand / switch to context diff)
--- pkgsrc/pkgtools/gnome-packagekit/Makefile 2009/07/22 09:01:42 1.3
+++ pkgsrc/pkgtools/gnome-packagekit/Makefile 2009/08/14 15:31:58 1.4
@@ -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 @@
 
 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 @@
 .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"