diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 /archivers | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index d8d249c1487..99af80b9e18 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -21,7 +21,7 @@ CONFLICTS?= zh-unrar-[0-9].* unrar-iconv-[0-9].* MAKE_ARGS= STRIP=${STRIP_CMD} MAKEFILE= makefile.unix -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar |