freebsd-ports/x11-toolkits/Makefile
Satoshi Asami 6a187e06e9 Upgrade qt141 to qt142 after repository copy. qt141 will be deleted after
a short test period to make sure qt142 is an adequate replacement.

Note #1: I changed it to install libqt.so.2.0.  qt141 or newer are
         required for some software (most notably kde).  We missed the
         chance to change the shlib number in qt141 so I'm doing it now.

Note #2: After talking with Peter Wemm, I decided not to add extra
         -rpath directives.  The fix for kdesupport and other build
         problems are forthcoming in ld.
1999-01-07 10:58:33 +00:00

42 lines
840 B
Makefile

# $Id: Makefile,v 1.16 1999/01/07 00:29:39 nectar Exp $
#
SUBDIR += FWF
SUBDIR += Motif-dummy
SUBDIR += Xaw3d
SUBDIR += auis
SUBDIR += blt
SUBDIR += gtk
SUBDIR += gtk--
SUBDIR += gtk-engines
SUBDIR += gtk11
SUBDIR += gtk11-devel
SUBDIR += gtkgl
SUBDIR += gtkstep
SUBDIR += iv
SUBDIR += lesstif
SUBDIR += neXtaw
SUBDIR += p5-Gtk
SUBDIR += p5-Tcl-Tk
SUBDIR += p5-Tk
SUBDIR += pmw
SUBDIR += py-gtk
SUBDIR += qt141
SUBDIR += qt142
SUBDIR += slingshot
SUBDIR += tix
SUBDIR += tk41
SUBDIR += tk42
SUBDIR += tk80
SUBDIR += tk81
SUBDIR += tkstep80
SUBDIR += v
SUBDIR += xbae
SUBDIR += xforms
SUBDIR += xg
SUBDIR += xview-clients
SUBDIR += xview-config
SUBDIR += xview-lib
.include <bsd.port.subdir.mk>