summaryrefslogtreecommitdiff
path: root/x11/modular-xorg-server
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-10-29 00:55:53 +0000
committerbjs <bjs@pkgsrc.org>2008-10-29 00:55:53 +0000
commit38b0e7d1dba80e45e8c939bdd82431ffa6ef988e (patch)
treebfa5acfaffe7672e08b98a320294fe205d4c5893 /x11/modular-xorg-server
parentb7c85188eb0e3a7b0f9d8f2e6a2e5c8bd922bf8d (diff)
downloadpkgsrc-38b0e7d1dba80e45e8c939bdd82431ffa6ef988e.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/Makefile4
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