summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-28 21:48:09 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-28 21:48:09 +0000
commit3d45976da3fb72b73975956429c3f396498b30e7 (patch)
tree93dd1c9d06562ce458b57d2add4fc68bb4393ced /x11/kdebase3/Makefile
parentDISTFILES is not necessary. (diff)
Portlint.
Notes
Notes: svn path=/head/; revision=16953
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index b00bc150405c..13826fcdf943 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.31 1999/02/13 01:39:44 asami Exp $
+# $Id: Makefile,v 1.32 1999/02/28 06:06:23 obrien Exp $
#
DISTNAME= kdebase-1.1
@@ -13,8 +13,6 @@ 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 \
@@ -22,6 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
RUN_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
+USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \