summaryrefslogtreecommitdiff
path: root/net/kdenetwork2/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-20 19:08:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-20 19:08:04 +0000
commit65281e8ece38eac4d60832195868edffb6a7ab51 (patch)
treeca886f57271ac561470fa46f1d6d8c1aca739245 /net/kdenetwork2/Makefile
parentFix dependence. (diff)
Add png dependency. That fixes the PLIST problem, so add back deleted
entries. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18906
Diffstat (limited to 'net/kdenetwork2/Makefile')
-rw-r--r--net/kdenetwork2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile
index f94b5f74799b..f512bff7adf9 100644
--- a/net/kdenetwork2/Makefile
+++ b/net/kdenetwork2/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.32 1999/02/28 21:48:08 asami Exp $
+# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $
#
DISTNAME= kdenetwork-1.1.1
@@ -16,6 +16,7 @@ MAINTAINER= se@freebsd.org
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.3:${PORTSDIR}/graphics/png \
uu.1:${PORTSDIR}/converters/uulib \
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 \