diff options
-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" |