diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-07-18 13:38:04 +0800 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-07-18 13:38:04 +0800 |
commit | c3d76b0c64d6b2058cd24dc48d6d8c8f0e98294f (patch) | |
tree | ed12592dd2a9f1dd095b7a5971c9ba285562f6bb /x11-wm/Makefile | |
parent | d071d46e7ddf1eb9dbb1458e8eae91e178d4f969 (diff) | |
download | freebsd-ports-graphics-c3d76b0c64d6b2058cd24dc48d6d8c8f0e98294f.tar.gz freebsd-ports-graphics-c3d76b0c64d6b2058cd24dc48d6d8c8f0e98294f.tar.zst freebsd-ports-graphics-c3d76b0c64d6b2058cd24dc48d6d8c8f0e98294f.zip |
New port: libepplet. This is the library portion of the existing epplets
port, the base library against which epplets must be linked.
PR: 19396
Submitted by: kbyanc@posi.net
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1c91aa5479c..574af65ca13 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -25,6 +25,7 @@ SUBDIR += icewm SUBDIR += icewm-i18n SUBDIR += libdockapp + SUBDIR += libepplet SUBDIR += lwm SUBDIR += mlvwm SUBDIR += olvwm |