pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games Open-code revision pattern for nethack-lib. Stil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ac09298ad1f
branches: trunk
changeset: 547681:0ac09298ad1f
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 26 15:10:08 2008 +0000
description:
Open-code revision pattern for nethack-lib. Still requires the same
upstream version, but ignores the NetBSD patchlevel.
diffstat:
games/nethack-qt/Makefile | 4 ++--
games/nethack-tty/Makefile | 4 ++--
games/nethack-x11/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r edc617dbc3ab -r 0ac09298ad1f games/nethack-qt/Makefile
--- a/games/nethack-qt/Makefile Fri Sep 26 13:39:41 2008 +0000
+++ b/games/nethack-qt/Makefile Fri Sep 26 15:10:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/12/15 20:32:55 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2008/09/26 15:10:08 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -9,7 +9,7 @@
COMMENT= The QT-Enhanced X11 version of NetHack
-DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
+DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
USE_LANGUAGES= c c++
BUILD_TARGET= x11tiles nethack
diff -r edc617dbc3ab -r 0ac09298ad1f games/nethack-tty/Makefile
--- a/games/nethack-tty/Makefile Fri Sep 26 13:39:41 2008 +0000
+++ b/games/nethack-tty/Makefile Fri Sep 26 15:10:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/06/22 15:47:54 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/09/26 15:10:08 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -8,7 +8,7 @@
COMMENT= The tty/console based version of NetHack
-DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
+DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
BUILD_TARGET= nethack
INSTALL_TARGET= binfiles
diff -r edc617dbc3ab -r 0ac09298ad1f games/nethack-x11/Makefile
--- a/games/nethack-x11/Makefile Fri Sep 26 13:39:41 2008 +0000
+++ b/games/nethack-x11/Makefile Fri Sep 26 15:10:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/12/27 13:37:36 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2008/09/26 15:10:08 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -9,7 +9,7 @@
CATEGORIES+= x11
-DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
+DEPENDS+= nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
BUILD_TARGET= x11tiles nethack
Home |
Main Index |
Thread Index |
Old Index