diff options
author | reed <reed> | 2008-06-23 14:19:54 +0000 |
---|---|---|
committer | reed <reed> | 2008-06-23 14:19:54 +0000 |
commit | 3ada66958656746f081175c348060521d8db5381 (patch) | |
tree | c4e5600c0aadfe801e633d7007572c51ccdf701f /x11 | |
parent | 55ccca612b2bd92ff51508d028a6df83e0ccef23 (diff) | |
download | pkgsrc-3ada66958656746f081175c348060521d8db5381.tar.gz |
configure startx to point to correct pkgsrc-provided xinit.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xinit/Makefile | 4 |
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" |