diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:47:27 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:47:27 +0000 |
commit | bd974e26c3a891a73379cd21f3b3c0e8f4859463 (patch) | |
tree | b6f651d0765c5635eb362bb8d5def9a5cc45bd9d /math/geg/Makefile | |
parent | 299bf23487f84842b226b4038a0ac044c4d2a5c1 (diff) |
Notes
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" |