diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-30 12:44:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-30 12:44:23 +0000 |
commit | cb6093c44e4b0c4506b267b631b7ee0afef173b7 (patch) | |
tree | f3a1074f825c5e61bd2fcca055e78c4ba44869dd /x11 | |
parent | bd73e6e4e278875093159c7e750317abe7e4c00b (diff) | |
download | pkgsrc-cb6093c44e4b0c4506b267b631b7ee0afef173b7.tar.gz |
Add and enable Xcomposite.
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 112ce01f9ce..5d959cb2d99 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.365 2004/09/30 12:23:06 wiz Exp $ +# $NetBSD: Makefile,v 1.366 2004/09/30 12:44:23 wiz Exp $ # COMMENT= Packages to support the X window system @@ -12,6 +12,7 @@ SUBDIR+= XaoS SUBDIR+= Xaw-Xpm SUBDIR+= Xaw3d SUBDIR+= Xbae +SUBDIR+= Xcomposite SUBDIR+= Xfixes SUBDIR+= XmHTML SUBDIR+= Xrandr |