diff options
Diffstat (limited to 'x11/xev/Makefile')
-rw-r--r-- | x11/xev/Makefile | 4 |
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" |