diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-08-15 12:13:15 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-08-15 12:13:15 +0000 |
commit | b15ef05faca020ce7d48510eff4f0c3ae9605b7b (patch) | |
tree | a80e67458808064cae9c2bd146200f77c4aa8831 /x11 | |
parent | 8a19ae7de84c4159cf8b272ae400743d87cbd2d7 (diff) | |
download | pkgsrc-b15ef05faca020ce7d48510eff4f0c3ae9605b7b.tar.gz |
Requires GNU m4 for -I support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-xrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcb-util-xrm/Makefile b/x11/xcb-util-xrm/Makefile index 565c504d238..1d6ce9fd26e 100644 --- a/x11/xcb-util-xrm/Makefile +++ b/x11/xcb-util-xrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/08/08 14:03:19 nros Exp $ +# $NetBSD: Makefile,v 1.2 2017/08/15 12:13:15 jperkin Exp $ DISTNAME= xcb-util-xrm-1.2 CATEGORIES= x11 @@ -12,7 +12,7 @@ LICENSE= x11 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gm4 pkg-config PKGCONFIG_OVERRIDE=xcb-xrm.pc.in |