mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6a187e06e9
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.
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
--- ./src/Makefile.in.org Tue Nov 17 06:19:22 1998
|
|
+++ ./src/Makefile.in Thu Jan 7 00:04:13 1999
|
|
@@ -24,8 +24,8 @@
|
|
|
|
TARGET = qt
|
|
DESTDIR = ../lib/
|
|
-VER_MAJ = 1
|
|
-VER_MIN = 42
|
|
+VER_MAJ = 2
|
|
+VER_MIN = 0
|
|
|
|
####### Files
|
|
|