diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-30 01:42:12 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-30 01:42:12 +0000 |
commit | 3a2ccdfafedf0d342cd996cdc3bc4d8e099461ba (patch) | |
tree | 32bc9c60448145dcff029173e49d7fd96ffb421d | |
parent | Add a patch to address the known remote buffer overflow, from (diff) |
Update MASTER_SITES and add NO_LATEST_LINK=yes to facilitate KDE2.
Submitted by: steve
Notes
Notes:
svn path=/head/; revision=34435
-rw-r--r-- | converters/kdesupport11/Makefile | 3 | ||||
-rw-r--r-- | x11/kde11/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 8e402b4dccec..c12cecd5ce2c 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -10,13 +10,14 @@ PORTVERSION= 1.1.2 PORTREVISION= 1 CATEGORIES= converters kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 +MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2 DISTNAME= kdesupport-1.1.2 MAINTAINER= will@FreeBSD.org USE_BZIP2= yes +NO_LATEST_LINK= yes USE_QT= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/x11/kde11/Makefile b/x11/kde11/Makefile index 85f05a1863fa..343bce5e43e4 100644 --- a/x11/kde11/Makefile +++ b/x11/kde11/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 \ kmoon:${PORTSDIR}/x11-clocks/kdetoys11 NO_BUILD= yes +NO_LATEST_LINK= yes do-install: # empty |