diff options
author | jlam <jlam@pkgsrc.org> | 1999-08-26 11:33:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-08-26 11:33:47 +0000 |
commit | 3e0f263f064faef47fd4f6d10b04438260cf990f (patch) | |
tree | d04167cb1f9d6ea97699ea941460d7b281b268aa | |
parent | f3e61198a80de4387e67199abe501e0a906e5b7b (diff) | |
download | pkgsrc-3e0f263f064faef47fd4f6d10b04438260cf990f.tar.gz |
Add and enable wmessage.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 8b5c52be45c..3b7296f9fab 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 1999/08/23 14:18:18 agc Exp $ +# $NetBSD: Makefile,v 1.106 1999/08/26 11:33:47 jlam Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -96,6 +96,7 @@ # SUBDIR += viewfax SUBDIR += windowmaker SUBDIR += wmakerconf + SUBDIR += wmessage SUBDIR += wmextra SUBDIR += wmthemes # SUBDIR += wm2 |