pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-gnome2 I don't know what happened, but "make" o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26fd5261934c
branches:  trunk
changeset: 532873:26fd5261934c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Sep 03 09:51:55 2007 +0000

description:
I don't know what happened, but "make" on NetBSD-current now dumps core
in "install". Use gmake.

diffstat:

 x11/py-gnome2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16fcaee78a41 -r 26fd5261934c x11/py-gnome2/Makefile
--- a/x11/py-gnome2/Makefile    Mon Sep 03 09:39:57 2007 +0000
+++ b/x11/py-gnome2/Makefile    Mon Sep 03 09:51:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2007/06/05 05:37:40 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2007/09/03 09:51:55 drochner Exp $
 #
 
 DISTNAME=      gnome-python-2.18.2
@@ -17,7 +17,7 @@
 PKGCONFIG_OVERRIDE+=   gnome-python-2.0.pc.in
 GNU_CONFIGURE= YES
 CONFIGURE_ENV+=        PYTHON=${PYTHONBIN:Q}
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config gmake
 
 PYTHON_VERSIONS_ACCEPTED=      24
 



Home | Main Index | Thread Index | Old Index