From 4a56c9fc70c353a6ca0174af4263559e291b48fd Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 25 Nov 2009 20:38:45 +0000 Subject: Needs --x-includes with modular Xorg. --- inputmethod/libtabe/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'inputmethod') diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index bc6cd91b618..3cfca20c40f 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/11/24 11:15:14 obache Exp $ +# $NetBSD: Makefile,v 1.19 2009/11/25 20:38:45 joerg Exp $ # DISTNAME= libtabe-0.2.6 @@ -33,6 +33,12 @@ post-install: BUILDLINK_DEPMETHOD.libXt?= build +.include "../../mk/bsd.prefs.mk" + +.if ${X11_TYPE} == "modular" +CONFIGURE_ARGS+= --x-includes=${PREFIX:Q}/include +.endif + .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" BDB_ACCEPTED= db2 db3 db4 -- cgit v1.2.3