From f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 11 Apr 2005 08:04:41 +0000 Subject: Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. --- finance/khacc/Makefile | 2 +- finance/ktoblzcheck/Makefile | 2 +- finance/qhacc/Makefile | 2 +- finance/quantlib/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'finance') diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index 1e1d7d196c07..d0f3a5ffbfd9 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes WANT_AUTOMAKE_VER= 19 WANT_AUTOCONF_VER= 259 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qhacc-config=${X11BASE}/bin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index cc6b660362a4..47035c7dd9ae 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -21,7 +21,7 @@ EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip USE_GMAKE= yes USE_LIBTOOL_VER= 15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIBS= yes MAN1= ktoblzcheck.1 diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index be361e31add7..adaff592d32b 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \ --with-qt-libs=${QT_PREFIX}/lib MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 4dfc4dbe336c..cd6170d22941 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} USE_GCC= 3.3 USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes -- cgit v1.2.3