aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index 00e0c073286..e41d4384977 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -28,6 +28,10 @@ NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it har
CFLAGS+= -O0
.endif
+.if defined(WITHOUT_NETHACK)
+CFLAGS+= -DNONETHACK
+.endif
+
post-patch:
@${RM} ${WRKSRC}/doc/screen.info*