diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
commit | c6e9c2405846113e4820eb5a80af977dacee0176 (patch) | |
tree | ec39479dcf0b64b791cfd9c70f5a867561cd0643 /x11/Makefile | |
parent | Update to 1.2.2 (diff) |
Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of
icons that launch applications." I made a few changes to the
originator's submission in order to make the example files work
out of the box with our default icon directory arrangement.
PR: ports/22907
Submitted by: Jeremy Karlson, karlj000@unbc.ca
Diffstat (limited to '')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2cbd946b0d93..71cedd634373 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -68,6 +68,7 @@ SUBDIR += wdm SUBDIR += wmbutton SUBDIR += wmmatrix + SUBDIR += wmmenu SUBDIR += wrapper SUBDIR += wterm SUBDIR += x3270 |