aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-24 18:48:35 +0800
committerasami <asami@FreeBSD.org>1995-04-24 18:48:35 +0800
commitbdf65eb3a082bc71d1c7396c72d0caf8f52729db (patch)
tree882627a11a71d433eaca25c983cc4141519452e4 /x11
parentaa80a6121208d96f78be0087351fd85332b73a81 (diff)
downloadfreebsd-ports-graphics-bdf65eb3a082bc71d1c7396c72d0caf8f52729db.tar.gz
freebsd-ports-graphics-bdf65eb3a082bc71d1c7396c72d0caf8f52729db.tar.zst
freebsd-ports-graphics-bdf65eb3a082bc71d1c7396c72d0caf8f52729db.zip
Move blt into alphabetical order in SUBDIR list. We now have LIB_DEPENDS
to take care of the dependencies
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 51c4d39ae1e..f8b94d1103f 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>