diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 12:03:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 12:03:52 +0000 |
commit | 30972804d7802808b0e548516f0071ee16a000eb (patch) | |
tree | efe08e42da4450e20d6634676dfbdfa440d062ef /devel | |
parent | 50c74899f5e92003cb6ef32b06a4b550a4de288a (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/kdbg/Makefile | 4 | ||||
-rw-r--r-- | devel/kdevelop/Makefile | 3 |
2 files changed, 3 insertions, 4 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 diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index d93a578112d..199e7a23208 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/03/01 13:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2001/03/04 12:03:52 tron Exp $ DISTNAME= kdevelop-1.3 CATEGORIES= devel kde @@ -15,7 +15,6 @@ DEPENDS+= autoconf-*:../../devel/autoconf DEPENDS+= automake-*:../../devel/automake DEPENDS+= a2ps-*:../../print/a2ps DEPENDS+= kdebase-1.*:../../x11/kdebase -DEPENDS+= kdbg>=1.0:../../devel/kdbg DEPENDS+= kdoc-2*:../../textproc/kdoc DEPENDS+= htdig>=3.1.5:../../www/htdig DEPENDS+= a2ps>=4.12:../../print/a2ps |