diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-12 00:06:00 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-12 00:06:00 +0800 |
commit | 1c6b03e53c02a8d0f574a74070746c0307d51c4c (patch) | |
tree | 7ebacf2d73499a6cc5ecdabef888e6f406082073 /x11/Makefile | |
parent | a9b689c954ccc418d1eca6bdc0248f1c599120cb (diff) | |
download | freebsd-ports-graphics-1c6b03e53c02a8d0f574a74070746c0307d51c4c.tar.gz freebsd-ports-graphics-1c6b03e53c02a8d0f574a74070746c0307d51c4c.tar.zst freebsd-ports-graphics-1c6b03e53c02a8d0f574a74070746c0307d51c4c.zip |
Add SUBDIR += xcolorsel
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9b55e018db8..6a86a4541a8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.239 1998/11/21 01:32:14 flathill Exp $ +# $Id: Makefile,v 1.240 1998/12/05 06:13:20 kuriyama Exp $ # SUBDIR += XFree86 @@ -69,6 +69,7 @@ SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors + SUBDIR += xcolorsel SUBDIR += xdtm SUBDIR += xfedor SUBDIR += xfishtank |