diff options
Diffstat (limited to 'devel/py-omniorb/Makefile')
-rw-r--r-- | devel/py-omniorb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index 79910c9d0e75..b8db78424495 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -38,7 +38,7 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_SCRIPT= ../configure -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPP=${CPP} PYTHON=${PYTHON_CMD} CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} --with-omniorb=${LOCALBASE} |