diff options
Diffstat (limited to 'finance/khacc/Makefile')
-rw-r--r-- | finance/khacc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index c8ac7b94f52c..7a337b5a9af4 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= khacc -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qhacc @@ -35,6 +35,7 @@ post-patch: pre-configure: @cd ${CONFIGURE_WRKSRC} \ + && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} -I ${ACLOCAL_DIR} \ && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS} \ && ${PERL} admin/am_edit \ && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} ${AUTOCONF_ARGS} \ |