diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-28 06:06:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-02-28 06:06:25 +0000 |
commit | 732390dac1f00fa4b382508d5b352c3821446e5a (patch) | |
tree | c91b3647537beeeed439b922b6a50906950167b0 /x11/kde4-runtime/Makefile | |
parent | MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I went (diff) |
MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles. I went with BZIP2.
Diffstat (limited to 'x11/kde4-runtime/Makefile')
-rw-r--r-- | x11/kde4-runtime/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index c2b1af290764..b00bc150405c 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -3,16 +3,18 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.30 1999/02/08 22:30:01 se Exp $ +# $Id: Makefile,v 1.31 1999/02/13 01:39:44 asami Exp $ # DISTNAME= kdebase-1.1 CATEGORIES= misc kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source +MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org +USE_BZIP2= yes + LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ |