diff --git a/graphics/DevIL/Makefile b/graphics/DevIL/Makefile index b46b5f1cfde..89db2a9f35d 100644 --- a/graphics/DevIL/Makefile +++ b/graphics/DevIL/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2013/06/04 18:41:46 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2014/01/17 21:43:36 naddy Exp $ COMMENT= library for powerful image loading capabilities @@ -41,7 +41,8 @@ CONFIGURE_STYLE= autoconf CONFIGURE_ARGS+= --with-squish=no \ --with-zlib=yes \ --enable-ILU \ - --enable-ILUT + --enable-ILUT \ + --disable-allegro # This would only install three binary examples, we'll install it manually. CONFIGURE_ARGS+= --with-examples=no