pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server We do not depend on xorg-util-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ed629b026d6
branches:  trunk
changeset: 549180:9ed629b026d6
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Oct 29 00:55:53 2008 +0000

description:
We do not depend on xorg-util-macros unless we're regenerating
autotools scripts.  Using !empty(USE_TOOLS:Mauto*) should suffice,
no?

diffstat:

 x11/modular-xorg-server/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9a142a6263f8 -r 9ed629b026d6 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Wed Oct 29 00:53:38 2008 +0000
+++ b/x11/modular-xorg-server/Makefile  Wed Oct 29 00:55:53 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index