diff options
Diffstat (limited to 'finance/khacc/Makefile')
-rw-r--r-- | finance/khacc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index 5afbdaa47f23..1434ff864fd5 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -17,11 +17,10 @@ COMMENT= Simple KDE-base financial manager LIB_DEPENDS= qhacc.7:${PORTSDIR}/finance/qhacc RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USE_KDELIBS_VER= 3 -USE_PERL5_BUILD= yes +USE_KDELIBS_VER=3 +USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:259:env -GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qhacc-config=${X11BASE}/bin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |