summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-24 13:36:17 +0000
committerwiz <wiz>2003-01-24 13:36:17 +0000
commit35b0281705bccb81c8b1f6a32921e1164856a34a (patch)
tree9c4dd5c4a53e387166028cad038a33be1a4af87b /www
parent6cd0c964ad97c567ec8430d4002f578bd6bbd5bf (diff)
downloadpkgsrc-35b0281705bccb81c8b1f6a32921e1164856a34a.tar.gz
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'www')
-rw-r--r--www/wml/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index ab9cb3310cc..b6b912f2bcb 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/10/25 18:07:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/01/24 13:36:21 wiz Exp $
#
DISTNAME= wml-2.0.3
@@ -24,8 +24,7 @@ CONFIGURE_ARGS= --with-perl=${PERL5} \
USE_BUILDLINK2= yes
-# redrawwin()
-USE_NCURSES= yes
+USE_NCURSES= # redrawwin()
post-install:
cd ${PREFIX}/man/cat1 ; \