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 /astro | |
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 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsbabel/Makefile | 2 | ||||
-rw-r--r-- | astro/orsa/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index f2766e254a11..cdc5712139f0 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:267:env automake:111:env +USE_AUTOTOOLS= autoconf:268:env automake:111:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index e663edba4705..bb9b41bc1ca1 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -15,7 +15,7 @@ COMMENT= A gps file translating tool LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ --with-libexpat=${LOCALBASE}/lib diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 36a32c87a770..2583f1e3f4c0 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \ USE_QT_VER= 3 USE_GL= gl USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:111 autoheader:267 automake:111 autoconf:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 autoheader:268 automake:111 autoconf:268 libtool:22 ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal CONFIGURE_ENV= ac_cv_c_inline=no USE_LDCONFIG= yes |