pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-gtk2 Needs gmake at least on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1562b60d70a2
branches:  trunk
changeset: 527985:1562b60d70a2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 17 19:57:47 2007 +0000

description:
Needs gmake at least on DragonFly.

diffstat:

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

diffs (18 lines):

diff -r 9d7e33076595 -r 1562b60d70a2 x11/p5-gtk2/Makefile
--- a/x11/p5-gtk2/Makefile      Tue Apr 17 19:45:35 2007 +0000
+++ b/x11/p5-gtk2/Makefile      Tue Apr 17 19:57:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/04/13 23:28:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2007/04/17 19:57:47 joerg Exp $
 
 DISTNAME=      Gtk2-${DIST_VER}
 PKGNAME=       p5-gtk2-${DIST_VER}
@@ -12,7 +12,7 @@
 DEPENDS+=      p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
 DEPENDS+=      p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config gmake
 
 DIST_VER=      1.144
 



Home | Main Index | Thread Index | Old Index