diff options
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 1c63095242b4..4d7756da37a1 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -17,7 +17,7 @@ COMMENT= Open-source ARJ USE_REINPLACE= yes USE_AUTOCONF_VER= 259 USE_GMAKE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu CONFIGURE_ENV= CFLAGS="-fPIC" MAKEFILE= GNUmakefile |