diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-08 14:07:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-08 14:07:47 +0000 |
commit | 81d7215c07a14f0fa7f9d260f260494d004680b0 (patch) | |
tree | 7480d83d8e9200b7804a2c3a01976bbb20b85093 /x11 | |
parent | 4232b90611e1896ce90ab82b6a272a979e6e040b (diff) | |
download | pkgsrc-81d7215c07a14f0fa7f9d260f260494d004680b0.tar.gz |
needs m4
Diffstat (limited to 'x11')
-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 94959837291..f3e546a257e 100644 --- a/x11/xcb-util/Makefile +++ b/x11/xcb-util/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 12:17:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/08 14:07:47 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 +USE_TOOLS+= pkg-config gmake m4 USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= atom/xcb-atom.pc.in |