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 /net | |
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 'net')
-rw-r--r-- | net/kdenetwork11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index c6f5e25..f1bd6e0 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 \ QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 +NO_LATEST_LINK= yes USE_BZIP2= yes USE_QT= yes GNU_CONFIGURE= yes |