summaryrefslogtreecommitdiff
path: root/net/kdenetwork4
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-11-03 22:21:11 +0000
committerStefan Eßer <se@FreeBSD.org>1997-11-03 22:21:11 +0000
commitb16c1065a7dbe46f0144e108782f2e354a75f88d (patch)
treea12944424a8ca9c4368f56d41e904ae946f63aca /net/kdenetwork4
parentFix PLIST and remove CONFIGURE option from Makefile, since it was (diff)
Add build dependency on libgdbm.a
Notes
Notes: svn path=/head/; revision=8463
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r--net/kdenetwork4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index 56707fb43912..2a8b9dad3f7f 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1997/11/03 00:39:00 se Exp $
#
DISTNAME= kdenetwork-Beta1-2
@@ -15,7 +15,8 @@ EXTRACT_SUFX= .src.tgz
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt
+BUILD_DEPENDS= ${X11BASE}/bin/moc:${PORTSDIR}/x11/qt \
+ ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \