diff options
Diffstat (limited to 'sysutils/kdf/Makefile')
-rw-r--r-- | sysutils/kdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 6e2996900c9..5f63593e839 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/03 23:27:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/25 19:13:49 jlam Exp $ # DISTNAME= kdf-0.5.1 CATEGORIES= sysutils kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1.1/apps/utils/ +MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/apps/utils/ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.edu.uni-klu.ac.at/~mkropfbe DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= kde-1.1.1:../../x11/kde +DEPENDS+= kde-1.1.2:../../x11/kde USE_X11BASE= YES GNU_CONFIGURE= YES |