diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-25 00:13:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-25 00:13:36 +0000 |
commit | 8c7e252ee71c026a273a893182b425bb2b9de3ab (patch) | |
tree | 90cedc3c66871a927416d83674e81da72760e367 /x11 | |
parent | f821cf9a4e834fb0cde3b7ac60d44e3483d23b25 (diff) | |
download | FreeBSD-ports-8c7e252ee71c026a273a893182b425bb2b9de3ab.zip FreeBSD-ports-8c7e252ee71c026a273a893182b425bb2b9de3ab.tar.gz |
Add pcb.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 65cc731..a96f6c1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.13 1994/10/22 05:44:32 jkh Exp $ +# $Id: Makefile,v 1.14 1994/10/22 07:40:27 smace Exp $ # -SUBDIR= emu fvwm ghostview iv ivs olvwm tk xarchie xcdplayer xdvi xpm xtexshell +SUBDIR= emu fvwm ghostview iv ivs olvwm pcb tk xarchie xcdplayer xdvi \ + xpm xtexshell # # nv depends on tk, so might as well build tk first... # |