summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/clanlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile
index 80235f678eb..baad9c79514 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/02/09 20:20:53 tron Exp $
+# $NetBSD: Makefile,v 1.9 2000/02/13 02:00:29 wiz Exp $
DISTNAME= ClanLib-0.2.2
CATEGORIES= graphics games devel x11
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --enable-clansound
CONFIGURE_ARGS+= --enable-dyn
CONFIGURE_ARGS+= --enable-network
CONFIGURE_ARGS+= --enable-mesa
+CONFIGURE_ARGS+= --disable-ggi
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"# CC='cc ${CFLAGS} ${LDFLAGS}'
MAKE_ENV+= LDFLAGS="${LDFLAGS}"