diff options
author | ade <ade@FreeBSD.org> | 2010-10-16 19:52:47 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-16 19:52:47 +0800 |
commit | ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a (patch) | |
tree | 09cb088d594cf2e19ab18004f78e9e43f04eb41b /science | |
parent | 16d6c75b9d6b0c3767d5aa4ed3f46b70a35b3fb4 (diff) | |
download | freebsd-ports-gnome-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.tar.gz freebsd-ports-gnome-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.tar.zst freebsd-ports-gnome-ac3bd331b0e3fb113ca9b86e7572afe696fdcc3a.zip |
Punt autoconf267->autoconf268
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 2 | ||||
-rw-r--r-- | science/elmer-fem/Makefile | 2 | ||||
-rw-r--r-- | science/elmer-hutiter/Makefile | 2 | ||||
-rw-r--r-- | science/gsmc/Makefile | 2 | ||||
-rw-r--r-- | science/kst/Makefile | 2 | ||||
-rw-r--r-- | science/mpqc/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 8a5d32da9a98..8aed9907f79d 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -22,7 +22,7 @@ USE_FORTRAN= yes USE_GMAKE= yes USE_PYTHON= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= autoconf:267 automake:111 +USE_AUTOTOOLS= autoconf:268 automake:111 CONFIGURE_ENV= WGET=${TRUE} CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ --with-plugins-tardir=/dev/null \ diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 493360a45f10..6414fe527b73 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -30,7 +30,7 @@ USE_FORTRAN= yes FCFLAGS+= -O3 -ffast-math .endif -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index 8b86fcd81fd5..7661f2cd6844 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -39,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' -e 's|%%FC%%|${FC}|' ${WRKSRC}/configure.in GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 ALL_TARGET= PLIST_FILES= include/huti_defs.h include/huti_fdefs.h lib/libhuti.a diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index eff42fbcfa96..ed4badb74eb0 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:268 AUTOMAKE_ARGS= -i --add-missing --foreign --copy MAN1= gsmc.1 diff --git a/science/kst/Makefile b/science/kst/Makefile index 4494e1fdb47c..6480a8d20d77 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22 +USE_AUTOTOOLS= automake:111:env autoconf:268:env libtool:22 USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 70eccea4ae00..c2aa8963ea20 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -46,7 +46,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 USE_FORTRAN= yes |