summaryrefslogtreecommitdiff
path: root/devel/kdbg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-10-27 20:46:46 +0000
committertron <tron@pkgsrc.org>1999-10-27 20:46:46 +0000
commit4735f9478e70d4681bf8beae2e6c2c5a9dd245c3 (patch)
tree9552b1773a4ecdaee6855a8a60a0c4ce615bee48 /devel/kdbg
parent7395cd7a4802523a1b4aaf824e3ae79219017bc4 (diff)
downloadpkgsrc-4735f9478e70d4681bf8beae2e6c2c5a9dd245c3.tar.gz
Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates the
directories which are used by "kdbg" later.
Diffstat (limited to 'devel/kdbg')
-rw-r--r--devel/kdbg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index 1ed63441f63..7aa0bea5590 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/09/27 21:26:18 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/10/27 20:46:46 tron Exp $
DISTNAME= kdbg-1.0beta2
CATEGORIES= devel kde
@@ -11,7 +11,7 @@ HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= automake-1.4:../../devel/automake
-DEPENDS+= kdebase-1.1.*:../../x11/kdebase
+DEPENDS+= kdevelop-1.*:../../devel/kdevelop
USE_X11BASE= yes
USE_GMAKE= yes