diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 19:42:57 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 19:42:57 +0800 |
commit | aaf3ca0672d760ee2e2b231ba724acea75b7b514 (patch) | |
tree | 22547bd2a5f1808c3c9bb4b1a9c36d26c1a9f9a6 /math | |
parent | c1eda11e45bc07f9115e14b25ed47600c05aa297 (diff) | |
download | freebsd-ports-gnome-aaf3ca0672d760ee2e2b231ba724acea75b7b514.tar.gz freebsd-ports-gnome-aaf3ca0672d760ee2e2b231ba724acea75b7b514.tar.zst freebsd-ports-gnome-aaf3ca0672d760ee2e2b231ba724acea75b7b514.zip |
- Fix build after recent autotools update
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 |