diff options
-rw-r--r-- | archivers/unrar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 3434c406910c..629640530758 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -21,6 +21,7 @@ OPTIONS= OPENSSL_AES "Use OpenSSL implementation of AES" on CONFLICTS?= zh-unrar-[0-9].* unrar-iconv-[0-9].* +MAKE_ARGS= STRIP=${STRIP_CMD} MAKEFILE= makefile.unix USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |