diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-04 04:43:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-04 04:43:14 +0000 |
commit | a29b48245893af789aa5115dde514b19153785d8 (patch) | |
tree | 4074580f8ff1da41c8c581b6ed3f0751374ef1d1 /devel/Makefile | |
parent | The db2html utility depends on textproc/jade. (diff) |
Update QT2 to 2.2.4: Re-add USE_MESA, remove antialiasing patch, remove
default -j2 (but keep MAKE_JOBS var), restore old perl REs as soon as I'd
learned how to do multiple ones, remove QPL license file from packaging,
sync with newest KOI8-U/R stuff (not tested). The biggest bonus: split
QT Designer into its own port, and make the qt22/qt-designer pair a member
of the master-slave ports legion, hopefully to reduce redundancy as much
as possible. This should also save roughly 20 minutes of compile time on
a dual PIII-600 for those that don't need or want QT Designer. UIC is,
however, still installed/compiled by the default Qt 2.2.4 (as it _is_
required for other things e.g. KDE2).
USE_MESA may break KDE2. Hopefully, now that the port does install both
the threaded and non-threaded versions of QT, it won't. But until the
next release of KDE2, I'm not gonna bother testing to see.
USE_MESA repeatedly requested by: sobomax
Notes
Notes:
svn path=/head/; revision=37942
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d0d35d3495b0..137956e412d8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -337,6 +337,7 @@ SUBDIR += py-mxStack SUBDIR += py-mxTools SUBDIR += qtarch + SUBDIR += qt-designer SUBDIR += qtez SUBDIR += qtk SUBDIR += re2c |