diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-09 17:24:49 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-09 17:24:49 +0000 |
commit | 517e24a338feb72af309c669020da48b3be03be0 (patch) | |
tree | a1dc6bf12a750043f853a03d12d11edc9133ed06 | |
parent | 455ad285bb1dab2201fca16ae3fef42ff65d84a5 (diff) | |
download | pkgsrc-517e24a338feb72af309c669020da48b3be03be0.tar.gz |
configure wants m4 that understands -I
-rw-r--r-- | x11/xcb-util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile index f3e546a257e..9c26bf5427b 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/02/08 14:07:47 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2010/02/09 17:24:49 tnn Exp $ # DISTNAME= xcb-util-0.3.6 @@ -13,7 +13,7 @@ COMMENT= XCB Utilities PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake m4 +USE_TOOLS+= pkg-config gmake gm4 USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in |