diff options
author | tron <tron> | 2001-03-04 12:03:52 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-04 12:03:52 +0000 |
commit | 2c3ff699c80b0bde5f30283ac8e67a6f89ded356 (patch) | |
tree | efe08e42da4450e20d6634676dfbdfa440d062ef /devel/kdbg | |
parent | a2893263ae3be49ab8d1c2096970dc286501de62 (diff) | |
download | pkgsrc-2c3ff699c80b0bde5f30283ac8e67a6f89ded356.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/Makefile | 4 |
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 |