diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /math/geg | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'math/geg')
-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 f4ae8a85d9ff..7df449436b97 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de COMMENT= Visualise multiple 2D-functions of one variable USE_GNOME= gtk12 -USE_AUTOTOOLS= automake:19 autoconf:267 +USE_AUTOTOOLS= automake:111 autoconf:267 AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |