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 Fix an obvious typo that made ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e44276eaa5f6
branches:  trunk
changeset: 531779:e44276eaa5f6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Aug 06 11:09:39 2007 +0000

description:
Fix an obvious typo that made to fail in the installation stage without
the dri option.

diffstat:

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

diffs (18 lines):

diff -r cd513d67d3f9 -r e44276eaa5f6 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Mon Aug 06 10:03:12 2007 +0000
+++ b/x11/modular-xorg-server/Makefile  Mon Aug 06 11:09:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/08/05 23:30:19 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/08/06 11:09:39 xtraeme Exp $
 
 DISTNAME=      xorg-server-1.3.0.0
 PKGNAME=       modular-${DISTNAME}
@@ -48,7 +48,7 @@
 PLIST_SUBST+=          USE_DRI=""
 .else
 CONFIGURE_ARGS+=       --disable-glx
-PLIST_SUBST+=          USE_DRI"@comment "
+PLIST_SUBST+=          USE_DRI="@comment "
 .endif
 
 BUILD_DEFS+=           VARBASE



Home | Main Index | Thread Index | Old Index