diff options
author | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
commit | d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f (patch) | |
tree | 90290962aad23c148163f3ddbf4d73742b8785ef /x11/xwd/Makefile | |
parent | a2f05e24a508e033a4a832c6cd3968135a6cc5ec (diff) | |
download | pkgsrc-d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f.tar.gz |
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/xwd/Makefile')
-rw-r--r-- | x11/xwd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index 08f4e4f581b..f78d9342251 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/06/03 18:33:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/09 07:00:50 obache Exp $ # DISTNAME= xwd-1.0.5 @@ -17,6 +17,8 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +.include "../../meta-pkgs/modular-xorg/hacks.mk" + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" |