summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-07-18 05:27:03 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-07-18 05:27:03 +0000
commit6418697703355c3ef53b31be456eea95b98d6db7 (patch)
tree59623fa5ad1063eab724cbecdb998f264e58d1b7 /lang/f2c
parent- Set MAKE_JOBS_SAFE (diff)
Fix depedency to unzip command.
PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
Notes
Notes: svn path=/head/; revision=301061
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 8e4dcb6c54de..0a54713ba90c 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -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