diff options
author | tron <tron@pkgsrc.org> | 2000-04-24 14:18:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-24 14:18:02 +0000 |
commit | 337c52ffcce84fb39998841d9673b83cdab1f547 (patch) | |
tree | a4cff5f74a799708a2e5e3f863a98c1f1bff2d27 /x11/kde | |
parent | 5dd75bf27464470a91cc2be7850538912239e7b3 (diff) | |
download | pkgsrc-337c52ffcce84fb39998841d9673b83cdab1f547.tar.gz |
Add dependences for "kdetoys" and "korganizer" packages because they are
are included in the KDE base distribution.
Diffstat (limited to 'x11/kde')
-rw-r--r-- | x11/kde/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kde/Makefile b/x11/kde/Makefile index 3dbf4f93bb8..af3f8798664 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/10/26 17:51:30 tron Exp $ +# $NetBSD: Makefile,v 1.25 2000/04/24 14:18:02 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp # @@ -15,6 +15,8 @@ DEPENDS+= kdenetwork-1.1.2:../../net/kdenetwork DEPENDS+= kdegraphics-1.1.2:../../graphics/kdegraphics DEPENDS+= kdegames-1.1.2:../../games/kdegames DEPENDS+= kdemultimedia-1.1.2:../../audio/kdemultimedia +DEPENDS+= kdetoys-1.1.2:../../games/kdetoys +DEPENDS+= korganizer-1.1.2:../../x11/korganizer USE_X11= yes EXTRACT_ONLY= # empty |