diff options
Diffstat (limited to 'textproc/xlhtml')
-rw-r--r-- | textproc/xlhtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index b32cb57a13e8..95cd88f5adcd 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -20,7 +20,7 @@ COMMENT= Convert Excel and PowerPoint files to HTML and text USE_GMAKE= yes USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= ppthtml.1 xlhtml.1 |