diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /finance | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) | |
download | ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip |
Punt autoconf267->autoconf268
Notes
Notes:
svn path=/head/; revision=263089
Diffstat (limited to 'finance')
-rw-r--r-- | finance/khacc/Makefile | 2 | ||||
-rw-r--r-- | finance/libofx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index 70e9f96f2197..a8343b201159 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22 +USE_AUTOTOOLS= automake:111:env autoconf:268:env libtool:22 CONFIGURE_ARGS= --with-qhacc-config=${LOCALBASE}/bin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index ae6a0e67c129..fadf403a9bff 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ USE_ICONV= yes 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 m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ |