diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 10:48:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 10:48:35 +0000 |
commit | 6912424c5bc720795409e619b785d74c428181ca (patch) | |
tree | 03ed9a809e79486982978061a9db345ac3a87c14 | |
parent | 1cd7cf497cc240260fe4abf1279ee3a1d6c1e6c6 (diff) | |
download | freebsd-ports-6912424c5bc720795409e619b785d74c428181ca.zip |
Move blt into alphabetical order in SUBDIR list. We now have LIB_DEPENDS
to take care of the dependencies
-rw-r--r-- | x11/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/Makefile b/x11/Makefile index 51c4d39ae1e7..f8b94d1103f9 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,16 +1,11 @@ -# $Id: Makefile,v 1.58 1995/04/11 16:51:47 asami Exp $ +# $Id: Makefile,v 1.59 1995/04/13 15:25:40 jmz Exp $ # # broken (in pst's queue): iv # -SUBDIR= XFree86 Xaw3d color_xterm ctwm emu fvwm g3view olvwm piewm \ +SUBDIR= XFree86 Xaw3d blt color_xterm ctwm emu fvwm g3view olvwm piewm \ rxvt sxpc tk tkhfs tkman tvtwm xdaliclock xearth xfed xfm \ xkeycaps xlockmore xperfmon xphoon xsnow xview-config xview-lib \ xview-clients -# -# These depend on tk, so might as well build tk first... -# -SUBDIR+= blt - .include <bsd.port.subdir.mk> |