diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-12 01:44:22 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-12 01:44:22 +0000 |
commit | 7e79fb95f6b5b8ae35c25a9e874db542deeb336f (patch) | |
tree | 155f5612f2c833e190948bcc315541c48ad1aa5d | |
parent | f6ad88ab9e390c5e085906247087eef40ab2fd2e (diff) | |
download | pkgsrc-7e79fb95f6b5b8ae35c25a9e874db542deeb336f.tar.gz |
add & enable blt
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5463612f55d..5878d1d1933 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2000/02/25 01:04:17 wiz Exp $ +# $NetBSD: Makefile,v 1.146 2000/03/12 01:44:22 hubertf Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -13,6 +13,7 @@ SUBDIR += asclock-gtk SUBDIR += asclock-xlib SUBDIR += ascp + SUBDIR += blt SUBDIR += catclock SUBDIR += controlcenter SUBDIR += ctwm |