summaryrefslogtreecommitdiff
path: root/devel/kdbg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-12-14 20:03:41 +0000
committertron <tron@pkgsrc.org>1999-12-14 20:03:41 +0000
commit5db999497b89545c4255328b07e6991b98c91893 (patch)
tree254315098a4308c6f59ec30b94a668ccb19b9e03 /devel/kdbg
parentcd60288353224273f3f97227c2f29043129c0acf (diff)
downloadpkgsrc-5db999497b89545c4255328b07e6991b98c91893.tar.gz
Fix dependences again:
"kdbg" depends on "kdevel" 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 7328bfb62bd..f43e36db2d7 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/12/13 15:39:20 wennmach Exp $
+# $NetBSD: Makefile,v 1.6 1999/12/14 20:03:41 tron Exp $
DISTNAME= kdbg-1.0.1
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+= kdelibs-1.1.*:../../x11/kdelibs
+DEPENDS+= kdevel-1.1.*:../../x11/kdelibs
DEPENDS+= png-1.*:../../graphics/png
USE_X11BASE= yes