summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-30 01:47:27 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-30 01:47:27 +0000
commitbd974e26c3a891a73379cd21f3b3c0e8f4859463 (patch)
treeb6f651d0765c5635eb362bb8d5def9a5cc45bd9d /math
parentInstead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS} (diff)
Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i. PR: 31592 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes: svn path=/head/; revision=49354
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"