diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-24 08:51:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-24 08:51:15 +0000 |
commit | 453433a0deacc192ae79de6ac45096e7ee043ec3 (patch) | |
tree | 874c5281d98c933512db9541cd2e3469e69d8a5b /x11/Makefile | |
parent | 302c0f8d1ec7a51982fd088242d535ab277c0508 (diff) | |
download | pkgsrc-453433a0deacc192ae79de6ac45096e7ee043ec3.tar.gz |
Add and enable imake and XFree86-{clients,libs,server}.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index b1c1dd17d0d..97e00ab49ba 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.328 2004/01/21 21:06:29 kristerw Exp $ +# $NetBSD: Makefile,v 1.329 2004/01/24 08:51:15 xtraeme Exp $ # COMMENT= Packages to support the X window system SUBDIR+= 9term SUBDIR+= XF86Setup +SUBDIR+= XFree86-clients +SUBDIR+= XFree86-libs +SUBDIR+= XFree86-server SUBDIR+= XaoS SUBDIR+= Xaw-Xpm SUBDIR+= Xaw3d @@ -74,6 +77,7 @@ SUBDIR+= gtkstep SUBDIR+= gtoolkit SUBDIR+= hanterm SUBDIR+= hot-babe +SUBDIR+= imake SUBDIR+= imwheel SUBDIR+= ion-dock SUBDIR+= kde2 |