diff options
author | reed <reed@pkgsrc.org> | 2004-04-13 05:02:01 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-13 05:02:01 +0000 |
commit | 672069e29998713617b916155d31326d19937563 (patch) | |
tree | ea515da22b2a5de47aa901df532835c66338c84c /graphics | |
parent | a4b5aaa8a922b74a44570d7c6207d3bd2a83b59c (diff) | |
download | pkgsrc-672069e29998713617b916155d31326d19937563.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')
-rw-r--r-- | graphics/aalib/Makefile.common | 3 |
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 |