summaryrefslogtreecommitdiff
path: root/x11/xev
diff options
context:
space:
mode:
authorobache <obache>2012-06-09 07:00:46 +0000
committerobache <obache>2012-06-09 07:00:46 +0000
commit0b0f6dd7b84a64b598676a70af1d8ab731494773 (patch)
tree90290962aad23c148163f3ddbf4d73742b8785ef /x11/xev
parentecdba8b0882a6c92ea5fbf5e3ffdeb9218d06573 (diff)
downloadpkgsrc-0b0f6dd7b84a64b598676a70af1d8ab731494773.tar.gz
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/xev')
-rw-r--r--x11/xev/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile
index 5ae93edd082..a3bea2a4692 100644
--- a/x11/xev/Makefile
+++ b/x11/xev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/06/03 18:12:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/06/09 07:00:49 obache Exp $
#
DISTNAME= xev-1.2.0
@@ -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/libXrandr/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"