diff options
author | wiz <wiz> | 2005-09-22 14:55:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-22 14:55:07 +0000 |
commit | 2eba3ae2c28ed27c27fb0cf64fb792080c65410c (patch) | |
tree | 19ef2882225003eedd3616b0bc4eaa49646cfb04 /games | |
parent | 8691394f99ad3ffb8dd1651b8dc69be4d09757f8 (diff) | |
download | pkgsrc-2eba3ae2c28ed27c27fb0cf64fb792080c65410c.tar.gz |
Depend on current pkgsrc version of nethack-*; bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack-qt/Makefile | 6 | ||||
-rw-r--r-- | games/nethack-tty/Makefile | 5 | ||||
-rw-r--r-- | games/nethack-x11/Makefile | 5 | ||||
-rw-r--r-- | games/nethack/Makefile | 8 |
4 files changed, 13 insertions, 11 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index aa62f4e0e36..848537efe18 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.44 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/22 14:55:07 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-qt-${NETHACK_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES+= x11 COMMENT= The QT-Enhanced X11 version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib BUILD_TARGET= x11tiles nethack diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 01bad0c645a..2a8063540b0 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/22 14:55:07 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-tty-${NETHACK_VERSION} +PKGREVISION= 1 COMMENT= The tty/console based version of NetHack -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib BUILD_TARGET= nethack INSTALL_TARGET= binfiles diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 7d7cc7a0c02..4049a624cb6 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.28 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.29 2005/09/22 14:55:07 wiz Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-x11-${NETHACK_VERSION} +PKGREVISION= 1 COMMENT= The X11 version of NetHack CATEGORIES+= x11 -DEPENDS+= nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib +DEPENDS+= nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib BUILD_TARGET= x11tiles nethack diff --git a/games/nethack/Makefile b/games/nethack/Makefile index d6db901a31d..596b7007be5 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/07/19 10:17:59 grant Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/22 14:55:07 wiz Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes @@ -13,9 +13,9 @@ DISTFILES= # empty COMMENT= Meta-package for NetHack with x11, qt and tty versions -DEPENDS+= nethack-tty-${NETHACK_VERSION}:../../games/nethack-tty -DEPENDS+= nethack-x11-${NETHACK_VERSION}:../../games/nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../../games/nethack-qt +DEPENDS+= nethack-tty-${NETHACK_VERSION}nb1:../../games/nethack-tty +DEPENDS+= nethack-x11-${NETHACK_VERSION}nb1:../../games/nethack-x11 +DEPENDS+= nethack-qt-${NETHACK_VERSION}nb3:../../games/nethack-qt EXTRACT_ONLY= # empty NO_CHECKSUM= yes |