diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 19:57:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 19:57:47 +0000 |
commit | d0cddc1bafaf8438236dcef08af56969f4d2a61c (patch) | |
tree | fd36b056f8f1b4e48276e21d8b6a360dea1c4331 /x11/p5-gtk2 | |
parent | f1936145c26c61e618ae414db72075cb6384a5d1 (diff) | |
download | pkgsrc-d0cddc1bafaf8438236dcef08af56969f4d2a61c.tar.gz |
Needs gmake at least on DragonFly.
Diffstat (limited to 'x11/p5-gtk2')
-rw-r--r-- | x11/p5-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index e4b67cb94b3..92b935bd659 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -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 @@ COMMENT= Perl bindings for GTK+ 2.0 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 |