diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:32:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-28 21:32:01 +0000 |
commit | 404feaf9479c4d84178ab88f3d977025456c680f (patch) | |
tree | c6d127c94ebae3d8d183fdc9e5a817d52bb37a63 /graphics/kdegraphics4 | |
parent | 017e18cde01bebf99abd68216fc11904a01a3d6d (diff) | |
download | ports-404feaf9479c4d84178ab88f3d977025456c680f.tar.gz ports-404feaf9479c4d84178ab88f3d977025456c680f.zip |
Notes
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index e39f688089fd..a855e419a05a 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.23 1999/02/08 22:29:59 se Exp $ +# $Id: Makefile,v 1.24 1999/02/28 06:06:24 obrien Exp $ # DISTNAME= kdegraphics-1.1 @@ -13,12 +13,11 @@ 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 +USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |