diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:48:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:48:09 +0000 |
commit | 3d45976da3fb72b73975956429c3f396498b30e7 (patch) | |
tree | 93dd1c9d06562ce458b57d2add4fc68bb4393ced /net/kdenetwork3 | |
parent | 26c42a1dabda87d09b85173a929f1392cbbcd5ed (diff) | |
download | ports-3d45976da3fb72b73975956429c3f396498b30e7.tar.gz ports-3d45976da3fb72b73975956429c3f396498b30e7.zip |
Portlint.
Notes
Notes:
svn path=/head/; revision=16953
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index d4d907c9019a..47ee1510a917 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.30 1999/02/11 09:43:54 ache Exp $ +# $Id: Makefile,v 1.31 1999/02/28 06:06:24 obrien Exp $ # DISTNAME= kdenetwork-1.1 @@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= stable/1.1/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -USE_BZIP2= yes - BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -25,6 +23,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ mimelib.1:${PORTSDIR}/converters/kdesupport11 \ rdb.55:${PORTSDIR}/converters/kdesupport11 +USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |