diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:30:30 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:30:30 +0000 |
commit | 4343197b7cc3c345b8bd4e6ddecef8af9877b82a (patch) | |
tree | 57162776611cba733065531885959769193d54ac /x11 | |
parent | 5d810e2cbcde47503d392a4fa3dc612e3f77ca1b (diff) | |
download | pkgsrc-4343197b7cc3c345b8bd4e6ddecef8af9877b82a.tar.gz |
+ xhost
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 447545d5410..440e5faa0ef 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.474 2007/02/11 01:25:26 reed Exp $ +# $NetBSD: Makefile,v 1.475 2007/02/25 04:30:30 dsainty Exp $ # COMMENT= Packages to support the X window system @@ -376,6 +376,7 @@ SUBDIR+= xgas SUBDIR+= xglobe SUBDIR+= xgrk SUBDIR+= xhangglider +SUBDIR+= xhost SUBDIR+= xineramaproto SUBDIR+= xinit SUBDIR+= xjman |