diff options
author | bjs <bjs> | 2008-10-29 00:55:53 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-10-29 00:55:53 +0000 |
commit | ad508615d09e6839088210c1d9197579dd6466fd (patch) | |
tree | bfa5acfaffe7672e08b98a320294fe205d4c5893 /x11/modular-xorg-server | |
parent | b353d2fbe161d9361b7a8d4fb38cf0d459f1fafe (diff) | |
download | pkgsrc-ad508615d09e6839088210c1d9197579dd6466fd.tar.gz |
We do not depend on xorg-util-macros unless we're regenerating
autotools scripts. Using !empty(USE_TOOLS:Mauto*) should suffice,
no?
Diffstat (limited to 'x11/modular-xorg-server')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |