diff options
author | will <will@FreeBSD.org> | 2000-10-30 09:28:59 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-30 09:28:59 +0800 |
commit | 09864c73039c7b448b45f0590cf68f7fe9c650ad (patch) | |
tree | d676731d16a510c3477ed2db925ee3d19d6e5898 /x11/kdebase11 | |
parent | 1972f6e2a907ff45e3c18752893b237d4c8423c8 (diff) | |
download | freebsd-ports-gnome-09864c73039c7b448b45f0590cf68f7fe9c650ad.tar.gz freebsd-ports-gnome-09864c73039c7b448b45f0590cf68f7fe9c650ad.tar.zst freebsd-ports-gnome-09864c73039c7b448b45f0590cf68f7fe9c650ad.zip |
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/kdebase11')
-rw-r--r-- | x11/kdebase11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile index 5ca75955bf44..4a9814366b95 100644 --- a/x11/kdebase11/Makefile +++ b/x11/kdebase11/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ intl.1:${PORTSDIR}/devel/gettext +NO_LATEST_LINK= yes USE_XLIB= yes USE_XPM= yes USE_BZIP2= yes |