aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f2c/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2012-07-18 13:27:03 +0800
committermaho <maho@FreeBSD.org>2012-07-18 13:27:03 +0800
commit886ca927f87e98903e2b49070f482e8721f0ea22 (patch)
tree59623fa5ad1063eab724cbecdb998f264e58d1b7 /lang/f2c/Makefile
parent6a488b96cdf2bbf1e5feca4d67386aee6b56a154 (diff)
downloadfreebsd-ports-gnome-886ca927f87e98903e2b49070f482e8721f0ea22.tar.gz
freebsd-ports-gnome-886ca927f87e98903e2b49070f482e8721f0ea22.tar.zst
freebsd-ports-gnome-886ca927f87e98903e2b49070f482e8721f0ea22.zip
Fix depedency to unzip command.
PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
Diffstat (limited to 'lang/f2c/Makefile')
-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