diff options
Diffstat (limited to 'math/geg/Makefile')
-rw-r--r-- | math/geg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index d5a301c190cb..9df5543998cc 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de USE_X_PREFIX= yes USE_GTK= yes USE_AUTOMAKE= yes -AUTOMAKE= automake -a -i +AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |