diff options
author | ade <ade@FreeBSD.org> | 2004-07-02 01:06:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-07-02 01:06:41 +0800 |
commit | b306cc5dcbefc30382f9f527a93cd80e0908854b (patch) | |
tree | cc39079ab42fe134d866eb0cad7648e1cb765ba7 /finance | |
parent | d3dd320adf5a5916ddf9bae7e3a50a66da9764ab (diff) | |
download | freebsd-ports-gnome-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.gz freebsd-ports-gnome-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.zst freebsd-ports-gnome-b306cc5dcbefc30382f9f527a93cd80e0908854b.zip |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/qhacc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index 965aecb42442..feecf4406571 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -20,7 +20,7 @@ USE_QT_VER= 3 USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 257 +USE_AUTOCONF_VER= 259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \ --with-qt-libs=${QT_PREFIX}/lib |