diff options
Diffstat (limited to 'x11/p5-gtk2/Makefile')
-rw-r--r-- | x11/p5-gtk2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 6e8629cf359..925e87b0dfc 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2008/10/12 18:55:15 kefren Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} @@ -11,6 +11,8 @@ COMMENT= Perl bindings for GTK+ 2.0 PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig |