diff options
Diffstat (limited to 'devel/libtool13/Makefile')
-rw-r--r-- | devel/libtool13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile index 7f27823e7f59..eb1e12428dab 100644 --- a/devel/libtool13/Makefile +++ b/devel/libtool13/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl-install \ --program-suffix=${BUILD_VERSION} CONFIGURE_ENV= PREFIX=${PREFIX} PACKAGE=libtool${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes INFO= libtool${BUILD_VERSION} |