summaryrefslogtreecommitdiff
path: root/graphics/aalib
diff options
context:
space:
mode:
authorreed <reed>2004-04-13 05:02:01 +0000
committerreed <reed>2004-04-13 05:02:01 +0000
commita54746d25b27ccf0bf3f0b4373fc73337b913447 (patch)
treeea515da22b2a5de47aa901df532835c66338c84c /graphics/aalib
parentae0da9bed7a7dced56714eccd5401d5fd68614ae (diff)
downloadpkgsrc-a54746d25b27ccf0bf3f0b4373fc73337b913447.tar.gz
Make sure doesn't build with slang support.
(I am using LOCALBASE as /usr and later noticed that gphoto2 wants libslang due to this aalib. aalib is one of the very rare situations where it brings in extra support for me.)
Diffstat (limited to 'graphics/aalib')
-rw-r--r--graphics/aalib/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile.common b/graphics/aalib/Makefile.common
index 80c6b8f2a21..ccadfbd0638 100644
--- a/graphics/aalib/Makefile.common
+++ b/graphics/aalib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/02/14 17:21:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.18 2004/04/13 05:02:01 reed Exp $
DISTNAME= aalib-${DIST_VERS}
CATEGORIES+= graphics
@@ -18,6 +18,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --with-curses-driver=no
+CONFIGURE_ARGS+= --with-slang-driver=no
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3