diff options
author | will <will@FreeBSD.org> | 2000-10-30 15:15:23 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-30 15:15:23 +0000 |
commit | 28bf523bde4f3be0e0375ab82c9ea01d6432424e (patch) | |
tree | 89622eb15959b8ab7e51f7f44343137ab2e51be2 | |
parent | fcd2d8008e32750a497e641834bc5dbb7f4d5f13 (diff) | |
download | FreeBSD-ports-28bf523bde4f3be0e0375ab82c9ea01d6432424e.zip FreeBSD-ports-28bf523bde4f3be0e0375ab82c9ea01d6432424e.tar.gz |
Add NO_LATEST_LINK=yes to facilitate QT2/KDE2.
Submitted by: imura
-rw-r--r-- | x11-toolkits/qt145/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 3f1cb83..5d84af5 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -17,6 +17,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= will@FreeBSD.org +NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_NEWGCC= yes |