pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/gnome-packagekit Needs python, so include lan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d365c5a2c3b
branches:  trunk
changeset: 397490:5d365c5a2c3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 14 15:31:58 2009 +0000

description:
Needs python, so include lang/python/application.mk.
Doesn't recognize python26, so set PYTHON_VERSIONS_INCOMPATIBLE to 26.

diffstat:

 pkgtools/gnome-packagekit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r d9567f27fa35 -r 5d365c5a2c3b pkgtools/gnome-packagekit/Makefile
--- a/pkgtools/gnome-packagekit/Makefile        Fri Aug 14 15:16:47 2009 +0000
+++ b/pkgtools/gnome-packagekit/Makefile        Fri Aug 14 15:31:58 2009 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index