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 /finance | |
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 '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 \ |