diff options
author | will <will@FreeBSD.org> | 2000-10-30 01:28:59 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-30 01:28:59 +0000 |
commit | 09864c73039c7b448b45f0590cf68f7fe9c650ad (patch) | |
tree | d676731d16a510c3477ed2db925ee3d19d6e5898 /x11/kdelibs11 | |
parent | 1972f6e2a907ff45e3c18752893b237d4c8423c8 (diff) | |
download | FreeBSD-ports-09864c73039c7b448b45f0590cf68f7fe9c650ad.zip FreeBSD-ports-09864c73039c7b448b45f0590cf68f7fe9c650ad.tar.gz |
Add NO_LATEST_LINK=yes to facilitate use of KDE 2.0 instead of 1.1.2.
Submitted by: imura, steve
Diffstat (limited to 'x11/kdelibs11')
-rw-r--r-- | x11/kdelibs11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile index 51b02e0..3dcdad9 100644 --- a/x11/kdelibs11/Makefile +++ b/x11/kdelibs11/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ LIBVER= 3 PLIST_SUB+= LIBVER="${LIBVER}" MAKE_ENV+= SOMAJOR="${LIBVER}" SOMINOR="0" - +NO_LATEST_LINK= yes USE_BZIP2= yes USE_GMAKE= yes USE_QT= yes |