diff options
author | joerg <joerg@pkgsrc.org> | 2008-02-13 19:39:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-02-13 19:39:27 +0000 |
commit | d191e4b1f99ab3d76d2688d53b62a1ade212ad0e (patch) | |
tree | c552b7098cdb6a3aa726f4b37461d6d784ff3da0 /x11 | |
parent | 2e224205eb62f2ca16c73a7afddd9bd1b9452f2c (diff) | |
download | pkgsrc-d191e4b1f99ab3d76d2688d53b62a1ade212ad0e.tar.gz |
Depend on xauth. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xinit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index a4f643e0665..b2ee8dac785 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 17:52:05 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2008/02/13 19:39:27 joerg Exp $ # DISTNAME= xinit-1.0.7 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +14,7 @@ COMMENT= X init program PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config xauth:run .include "../../x11/libX11/buildlink3.mk" |