diff options
Diffstat (limited to 'textproc/libhtmlparse/Makefile')
-rw-r--r-- | textproc/libhtmlparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libhtmlparse/Makefile b/textproc/libhtmlparse/Makefile index d9b8ceee825b..a428544f09c8 100644 --- a/textproc/libhtmlparse/Makefile +++ b/textproc/libhtmlparse/Makefile @@ -17,6 +17,6 @@ USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |