diff options
author | tron <tron@pkgsrc.org> | 1999-02-20 00:08:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-02-20 00:08:20 +0000 |
commit | 606205e07934fc9810a61914bc1b4275975d6f15 (patch) | |
tree | f24e32e555e8241752dc5b2faf0041d7fcb5fb4d | |
parent | cf94c783a8675d2b1532eb61daca13ec2b57a627 (diff) | |
download | pkgsrc-606205e07934fc9810a61914bc1b4275975d6f15.tar.gz |
Restore dependence for "kdegames" package.
-rw-r--r-- | x11/kde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde/Makefile b/x11/kde/Makefile index e32019d08b2..ec7c13cbc84 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/02/19 21:55:42 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/02/20 00:08:20 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/27 00:47:46 se Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.kde.org/ DEPENDS+= kdeutils-1.1:../../misc/kdeutils DEPENDS+= kdenetwork-1.1:../../net/kdenetwork DEPENDS+= kdegraphics-1.1:../../graphics/kdegraphics -#DEPENDS+= kdegames-1.1:../../games/kdegames +DEPENDS+= kdegames-1.1:../../games/kdegames EXTRACT_ONLY= # empty NO_CHECKSUM= yes |