diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 15:43:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 15:43:45 +0000 |
commit | 2c99ce7837ae1634d7063b34fbd6f1340691dff6 (patch) | |
tree | b75f3f69f1ed4eeb51e004b55fbe0e4b85086bbc /graphics | |
parent | 9cd95e2dc56a2dc662375a9965ebd1dc486c5134 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-refocus-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index c8fc35310c6b..a3470103f029 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -22,13 +22,11 @@ OPTIONS_DEFAULT= OPTIMIZED_CFLAGS ATLAS_DESC= Build with optimized math/atlas instead of builtin -USES= gettext gmake pathfix pkgconfig +USES= autoreconf gettext gmake pathfix pkgconfig # GCC required due to fortran dependency, e.g., math/atlas USE_GCC= yes -USE_AUTOTOOLS= aclocal autoconf automake -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes CONFIGURE_ENV= GIMPTOOL=${LOCALBASE}/bin/gimptool-2.0 |