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