pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xinit configure startx to point to correct pkgsrc-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0433b0c3ac73
branches: trunk
changeset: 543839:0433b0c3ac73
user: reed <reed%pkgsrc.org@localhost>
date: Mon Jun 23 14:19:54 2008 +0000
description:
configure startx to point to correct pkgsrc-provided xinit.
diffstat:
x11/xinit/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r ad0d49f42ecd -r 0433b0c3ac73 x11/xinit/Makefile
--- a/x11/xinit/Makefile Mon Jun 23 12:55:01 2008 +0000
+++ b/x11/xinit/Makefile Mon Jun 23 14:19:54 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/06/21 18:25:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/23 14:19:54 reed Exp $
#
DISTNAME= xinit-1.1.0
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -13,6 +14,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
USE_TOOLS+= pkg-config xauth:run
.include "../../mk/compiler.mk"
Home |
Main Index |
Thread Index |
Old Index