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