diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-19 07:24:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-19 07:24:22 +0000 |
commit | 3ac413fb36c87e586b0d2913786ba1ef8e5d75af (patch) | |
tree | 72b1a0716059a3d2ed77b1ab7c03231d927fc8d9 /graphics/devil | |
parent | ef7cbc023efe2387d6f63ade55270ca1db3cb644 (diff) | |
download | ports-3ac413fb36c87e586b0d2913786ba1ef8e5d75af.tar.gz ports-3ac413fb36c87e586b0d2913786ba1ef8e5d75af.zip |
Notes
Diffstat (limited to 'graphics/devil')
-rw-r--r-- | graphics/devil/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index f7d7b753f88a..737dab7b0765 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -13,10 +13,8 @@ DISTNAME= DevIL-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Full featured cross-platform image library -USES= pkgconfig libtool -USE_AUTOTOOLS= aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing --copy --force-missing +USES= autoreconf pkgconfig libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ILU \ --disable-allegro --disable-directx8 --disable-directx9 \ --without-libsquish |