From 38b0e7d1dba80e45e8c939bdd82431ffa6ef988e Mon Sep 17 00:00:00 2001 From: bjs Date: Wed, 29 Oct 2008 00:55:53 +0000 Subject: We do not depend on xorg-util-macros unless we're regenerating autotools scripts. Using !empty(USE_TOOLS:Mauto*) should suffice, no? --- x11/modular-xorg-server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 28c87d12450..c6b399f89e2 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/10/28 05:08:52 minskim Exp $ +# $NetBSD: Makefile,v 1.35 2008/10/29 00:55:53 bjs Exp $ # DISTNAME= xorg-server-1.4.2 @@ -34,7 +34,9 @@ XKB_OUTPUT_DIR?= ${VARBASE}/db/xkb # XXX sync with xkeyboard-config CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --with-xkb-output=${XKB_OUTPUT_DIR:Q} +.if !empty(USE_TOOLS:Mauto*) BUILD_DEPENDS+= xorg-util-macros>=1.1.5:../../devel/xorg-util-macros +.endif DEPENDS+= xkbcomp-[0-9]*:../../x11/xkbcomp DEPENDS+= xkeyboard-config-[0-9]*:../../x11/xkeyboard-config -- cgit v1.2.3