diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-03 09:51:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-03 09:51:55 +0000 |
commit | 08ee3ac10928e9e80119e6f86d24d4ba63fb6b64 (patch) | |
tree | 99934738b66230cedc497cf4ae226f7cbe57a4c5 /x11/py-gnome2 | |
parent | 3daa566ac4ee65e61a7d0110aaa531bf2acfb2c8 (diff) | |
download | pkgsrc-08ee3ac10928e9e80119e6f86d24d4ba63fb6b64.tar.gz |
I don't know what happened, but "make" on NetBSD-current now dumps core
in "install". Use gmake.
Diffstat (limited to 'x11/py-gnome2')
-rw-r--r-- | x11/py-gnome2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 92b5f688762..32c10bde83b 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -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 @@ USE_LIBTOOL= YES 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 |