summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/nethack-lib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index 944180fc4b5..f4d579527a9 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -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 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pooka@NetBSD.org
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