diff options
author | hans <hans@pkgsrc.org> | 2011-11-26 16:12:40 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-26 16:12:40 +0000 |
commit | 2cb7c9badaef3e13947046757d8ce24279283e4c (patch) | |
tree | 059c98138dde336eeedd833fd75b52da90167217 | |
parent | 1e9906c35fab003f62be45116690d670e4d722dc (diff) | |
download | pkgsrc-2cb7c9badaef3e13947046757d8ce24279283e4c.tar.gz |
requires gmake>=3.81
-rw-r--r-- | devel/gobject-introspection/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index adbd34afdc4..4dec72eae0b 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/08/09 16:28:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/26 16:12:40 hans Exp $ # DISTNAME= gobject-introspection-0.10.8 @@ -19,6 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config flex bison gmake +GMAKE_REQD= 3.81 CONFIGURE_ARGS+= --disable-tests |