diff options
author | will <will@FreeBSD.org> | 2000-10-30 23:15:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-30 23:15:23 +0800 |
commit | 28bf523bde4f3be0e0375ab82c9ea01d6432424e (patch) | |
tree | 89622eb15959b8ab7e51f7f44343137ab2e51be2 | |
parent | fcd2d8008e32750a497e641834bc5dbb7f4d5f13 (diff) | |
download | freebsd-ports-gnome-28bf523bde4f3be0e0375ab82c9ea01d6432424e.tar.gz freebsd-ports-gnome-28bf523bde4f3be0e0375ab82c9ea01d6432424e.tar.zst freebsd-ports-gnome-28bf523bde4f3be0e0375ab82c9ea01d6432424e.zip |
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 3f1cb83fd787..5d84af50c082 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 |