aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-30 09:47:27 +0800
committerpetef <petef@FreeBSD.org>2001-10-30 09:47:27 +0800
commit7b7899bb72a58eea61b66d6651785f62de73e2a8 (patch)
tree723c4b42e4b9f4188cff10a44fca5dbf8d1b67b9 /math
parent4b918b528f33467761aa7fe18018d85018abdbd7 (diff)
downloadfreebsd-ports-gnome-7b7899bb72a58eea61b66d6651785f62de73e2a8.tar.gz
freebsd-ports-gnome-7b7899bb72a58eea61b66d6651785f62de73e2a8.tar.zst
freebsd-ports-gnome-7b7899bb72a58eea61b66d6651785f62de73e2a8.zip
Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i. PR: 31592 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'math')
-rw-r--r--math/geg/Makefile2
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"