summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2008-06-23 14:19:54 +0000
committerreed <reed@pkgsrc.org>2008-06-23 14:19:54 +0000
commit656c018f26fe611e04190a22b4bbaf4df06161db (patch)
treec4e5600c0aadfe801e633d7007572c51ccdf701f /x11
parent008c2e53c04937c61748d77043369901d86902ce (diff)
downloadpkgsrc-656c018f26fe611e04190a22b4bbaf4df06161db.tar.gz
configure startx to point to correct pkgsrc-provided xinit.
Diffstat (limited to 'x11')
-rw-r--r--x11/xinit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index f58e0102af0..fc2f2e6ca81 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -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 @@ COMMENT= X init program
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"