pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/nethack-lib Fix conditional for games/nethack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c26ea6f3547d
branches:  trunk
changeset: 396789:c26ea6f3547d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 14:52:01 2009 +0000

description:
Fix conditional for games/nethack.

diffstat:

 games/nethack-lib/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6f75d6d144b8 -r c26ea6f3547d games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Mon Aug 03 14:49:09 2009 +0000
+++ b/games/nethack-lib/Makefile.common Mon Aug 03 14:52:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2007/12/02 08:32:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.25 2009/08/03 14:52:01 joerg Exp $
 #
 
 NETHACK_BASEVER=       3.4.3
@@ -14,7 +14,7 @@
 MAINTAINER=            pooka%NetBSD.org@localhost
 HOMEPAGE=              http://www.nethack.org/
 
-.if !defined(NO_BUILD)  # following stuff not needed for nethack meta pkg
+.if !defined(META_PACKAGE)
 
 WRKSRC=                        ${WRKDIR}/nethack-${NETHACK_BASEVER}
 HAS_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index