1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix depedency to unzip command.

PR:		169615
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
This commit is contained in:
Maho Nakata 2012-07-18 05:27:03 +00:00
parent ca685d7f74
commit 6418697703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301061

View File

@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= maho@FreeBSD.org
COMMENT= Fortran-to-C converter and its run-time libraries
EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
GUNZIP_CMD= minigzip -d
USE_GMAKE= yes