summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2009-08-03 14:52:01 +0000
committerjoerg <joerg>2009-08-03 14:52:01 +0000
commit8c8a9a412ea62834a75d286c1186293ad31ee9f6 (patch)
tree4da65b3db54e656341933ea9c0f809052f9d8348 /games
parentcc09a0116b01c6742d5b92ae8894746af0ebc574 (diff)
downloadpkgsrc-8c8a9a412ea62834a75d286c1186293ad31ee9f6.tar.gz
Fix conditional for games/nethack.
Diffstat (limited to 'games')
-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