diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 08:57:54 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 08:57:54 +0000 |
commit | 6db62f91f00a01da14aa17a8f61c883eba526516 (patch) | |
tree | a9c0b4dc3c6335d2c42f7f08173f9252ef53fc88 /x11/Makefile | |
parent | 159c17e44310af466e9cba4814830e874734a468 (diff) | |
download | FreeBSD-ports-6db62f91f00a01da14aa17a8f61c883eba526516.zip FreeBSD-ports-6db62f91f00a01da14aa17a8f61c883eba526516.tar.gz |
add xcmd
Xcmd is a front-end for starting programs under X11
PR: 29326
Submitted by: Oliver Breuninger <ob@breuninger.org>
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 604e9ac..1672cb5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -88,6 +88,7 @@ SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xcb + SUBDIR += xcmd SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors |