pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix depends.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeb538eed636
branches:  trunk
changeset: 482459:aeb538eed636
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 28 11:51:04 2004 +0000

description:
Fix depends.

diffstat:

 games/nethack/Makefile |  4 ++--
 x11/qt2/Makefile       |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f6d7932b90e5 -r aeb538eed636 games/nethack/Makefile
--- a/games/nethack/Makefile    Thu Oct 28 11:49:07 2004 +0000
+++ b/games/nethack/Makefile    Thu Oct 28 11:51:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/09/11 13:38:46 markd Exp $
+# $NetBSD: Makefile,v 1.15 2004/10/28 11:51:04 wiz Exp $
 
 # Needed so configure/patch rules don't get pulled in
 NO_BUILD=      yes
@@ -15,7 +15,7 @@
 
 DEPENDS+=      nethack-tty-${NETHACK_VERSION}:../nethack-tty
 DEPENDS+=      nethack-x11-${NETHACK_VERSION}:../nethack-x11
-DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb1:../nethack-qt
+DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb2:../nethack-qt
 
 USE_X11=       yes
 EXTRACT_ONLY=  # empty
diff -r f6d7932b90e5 -r aeb538eed636 x11/qt2/Makefile
--- a/x11/qt2/Makefile  Thu Oct 28 11:49:07 2004 +0000
+++ b/x11/qt2/Makefile  Thu Oct 28 11:51:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/07 16:34:37 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/10/28 11:52:29 wiz Exp $
 #
 
 DISTNAME=      qt2-${QTVERSION}
@@ -11,7 +11,7 @@
 
 .include "Makefile.common"
 
-DEPENDS+=      qt2-libs-${QTVERSION}nb{,nb[0-9]*}:../../x11/qt2-libs
+DEPENDS+=      qt2-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-libs
 DEPENDS+=      qt2-designer{,-kde}-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-designer
 DEPENDS+=      qt2-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-docs
 DEPENDS+=      qt2-examples-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-examples



Home | Main Index | Thread Index | Old Index