summaryrefslogtreecommitdiff
path: root/devel/kdbg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-04 12:03:52 +0000
committertron <tron@pkgsrc.org>2001-03-04 12:03:52 +0000
commit30972804d7802808b0e548516f0071ee16a000eb (patch)
treeefe08e42da4450e20d6634676dfbdfa440d062ef /devel/kdbg
parent50c74899f5e92003cb6ef32b06a4b550a4de288a (diff)
downloadpkgsrc-30972804d7802808b0e548516f0071ee16a000eb.tar.gz
Because the "kdevelop" package maintains the directory structure which is
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way arround.
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 fb4de5cf5ce..f9e5143e97f 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/03/04 09:06:09 tron Exp $
+# $NetBSD: Makefile,v 1.20 2001/03/04 12:03:52 tron Exp $
DISTNAME= kdbg-1.0.1
CATEGORIES= devel kde
@@ -12,7 +12,7 @@ COMMENT= Graphical User Interface around gdb using KDE
BUILD_DEPENDS+= msgfmt:../../devel/gettext
DEPENDS+= autoconf-2.13:../autoconf
DEPENDS+= automake-1.4:../automake
-DEPENDS+= kdebase-1.*:../../x11/kde
+DEPENDS+= kdevelop-1.*:../kdevelop
USE_X11BASE= yes
USE_GMAKE= yes