diff options
author | asami <asami@FreeBSD.org> | 1999-01-07 18:58:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-07 18:58:33 +0800 |
commit | 92162c38924533e2b28186be3b5eb127ebbf491a (patch) | |
tree | 49a243d5d2ea9573ef3834b4253a6ac9c3a40ff8 /x11-toolkits/Makefile | |
parent | 41b0a39e6ff43103994a6a51a9b3248f009f7a09 (diff) | |
download | freebsd-ports-gnome-92162c38924533e2b28186be3b5eb127ebbf491a.tar.gz freebsd-ports-gnome-92162c38924533e2b28186be3b5eb127ebbf491a.tar.zst freebsd-ports-gnome-92162c38924533e2b28186be3b5eb127ebbf491a.zip |
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.
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a8e2fd440bad..1cf7e05e02d6 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1999/01/03 13:15:19 asami Exp $ +# $Id: Makefile,v 1.16 1999/01/07 00:29:39 nectar Exp $ # SUBDIR += FWF @@ -22,6 +22,7 @@ SUBDIR += pmw SUBDIR += py-gtk SUBDIR += qt141 + SUBDIR += qt142 SUBDIR += slingshot SUBDIR += tix SUBDIR += tk41 |