diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /math | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.gz freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.zst freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.zip |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'math')
-rw-r--r-- | math/asir2000/Makefile | 4 | ||||
-rw-r--r-- | math/geg/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 4f2224f4cb4b..7396e742307a 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -18,11 +18,13 @@ EXTRACT_ONLY= ${ASIR_SRC} MAINTAINER= saito@asir.org COMMENT= The system Risa/Asir is a general computer algebra system +BROKEN= Only builds with now-nonexistant automake15 + LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:15 autoconf:267 +#XXX USE_AUTOTOOLS= automake:15 autoconf:267 CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20070718 diff --git a/math/geg/Makefile b/math/geg/Makefile index 003ce9428f91..f4ae8a85d9ff 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:15 autoconf:267 +USE_AUTOTOOLS= automake:19 autoconf:267 AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |