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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index 0be1474..26557c3 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.3:${PORTSDIR}/x11/kdelibs11 +NO_LATEST_LINK= yes USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes |