diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 21:40:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 21:40:03 +0000 |
commit | ed359b6ba0da2e00dc91dbc2bf4c8970a37cf3d3 (patch) | |
tree | fd5874399af0bc453ffb86f09dae839940e665f1 /x11/p5-gtk2 | |
parent | f9d922cf6c130689249239a8b0678b3fa7b6e430 (diff) | |
download | pkgsrc-ed359b6ba0da2e00dc91dbc2bf4c8970a37cf3d3.tar.gz |
Revert now that the real issue is fixed.
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 92b935bd659..f55e013d3c5 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/04/17 19:57:47 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/04/17 21:40:03 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 gmake +USE_TOOLS+= pkg-config DIST_VER= 1.144 |