diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-08-06 11:09:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-08-06 11:09:39 +0000 |
commit | dddecadff593769d72ac4bb4442b62b79bbda725 (patch) | |
tree | 1a083d80c2ec6cbc518eb13720550b7ff290a9c0 | |
parent | 1a41c2db83e1136544aa63a28e07fdde191043e8 (diff) | |
download | pkgsrc-dddecadff593769d72ac4bb4442b62b79bbda725.tar.gz |
Fix an obvious typo that made to fail in the installation stage without
the dri option.
-rw-r--r-- | x11/modular-xorg-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 71c6485a5aa..89724482391 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -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 @@ post-extract: PLIST_SUBST+= USE_DRI="" .else CONFIGURE_ARGS+= --disable-glx -PLIST_SUBST+= USE_DRI"@comment " +PLIST_SUBST+= USE_DRI="@comment " .endif BUILD_DEFS+= VARBASE |