summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aalib/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile.common b/graphics/aalib/Makefile.common
index e04e3306b64..1a1ab4e745a 100644
--- a/graphics/aalib/Makefile.common
+++ b/graphics/aalib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2003/10/26 06:50:10 grant Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/12/03 02:14:00 reed Exp $
DISTNAME= aalib-${DIST_VERS}
WRKSRC= ${WRKDIR}/aalib-1.4.0
@@ -18,6 +18,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS+= --with-curses-driver=no
+
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
USE_PKGSRC_GCC= # defined
.endif