diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-02 14:53:40 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-02 14:53:40 +0800 |
commit | 7e0c90fb87ab59644389091e501e23e73b04fb3a (patch) | |
tree | 7b0458031055028dc6fdd9c660b0e2245ed1d318 /x11 | |
parent | 34911b5d205804d3c736f57fb90d6647cd341d9a (diff) | |
download | freebsd-ports-gnome-7e0c90fb87ab59644389091e501e23e73b04fb3a.tar.gz freebsd-ports-gnome-7e0c90fb87ab59644389091e501e23e73b04fb3a.tar.zst freebsd-ports-gnome-7e0c90fb87ab59644389091e501e23e73b04fb3a.zip |
Add xcb
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4e21b7848e26..4a068b983558 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.72 1995/07/12 23:41:04 asami Exp $ +# $Id: Makefile,v 1.73 1995/07/15 13:57:40 jkh Exp $ # SUBDIR += FWF @@ -23,6 +23,7 @@ SUBDIR += tvtwm SUBDIR += x3270 SUBDIR += xbuffy + SUBDIR += xcb SUBDIR += xcolors SUBDIR += xdaliclock SUBDIR += xdtm |