diff options
Diffstat (limited to 'graphics/devil/Makefile')
-rw-r--r-- | graphics/devil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 717551347a2c..85d0521a6a7f 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -30,7 +30,7 @@ OPTIONS= JPEG "Enable JPEG support" on \ WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_GNOME= pkgconfig -USE_AUTOTOOLS= aclocal:111 autoheader:268 automake:111 autoconf:268 libtool:22 +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |