diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 11:42:57 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-31 11:42:57 +0000 |
commit | 360f073636c23f68441c7d65ecf6d2d153b26b8d (patch) | |
tree | 22547bd2a5f1808c3c9bb4b1a9c36d26c1a9f9a6 /math | |
parent | 2392b670b9b1360ea40d41f1c81b722d9bd50be7 (diff) | |
download | ports-360f073636c23f68441c7d65ecf6d2d153b26b8d.tar.gz ports-360f073636c23f68441c7d65ecf6d2d153b26b8d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 1a32d5930ee6..de10867744d8 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -19,6 +19,7 @@ MAKE_JOBS_UNSAFE= yes USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal automake autoconf +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-gc7 ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20110808 |