diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-30 12:23:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-30 12:23:06 +0000 |
commit | c32068eb56b9ea9367304ef8fb57a89985b13270 (patch) | |
tree | 9d1e86011f8a554f67cd770acbd9500a1756f544 /x11 | |
parent | 5ade71cac537531c6b8a48185eaf06fd2c4b6741 (diff) | |
download | pkgsrc-c32068eb56b9ea9367304ef8fb57a89985b13270.tar.gz |
Add and enable compositeext.
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 e7c816dc1f1..112ce01f9ce 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.364 2004/09/24 22:49:14 kristerw Exp $ +# $NetBSD: Makefile,v 1.365 2004/09/30 12:23:06 wiz Exp $ # COMMENT= Packages to support the X window system @@ -21,6 +21,7 @@ SUBDIR+= asnap SUBDIR+= aterm SUBDIR+= bbapm SUBDIR+= blt +SUBDIR+= compositeext SUBDIR+= controlcenter SUBDIR+= devilspie SUBDIR+= dfm |