Date: Wed, 18 Jul 2012 05:27:04 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301061 - head/lang/f2c Message-ID: <201207180527.q6I5R4QF031771@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maho Date: Wed Jul 18 05:27:03 2012 New Revision: 301061 URL: http://svn.freebsd.org/changeset/ports/301061 Log: Fix depedency to unzip command. PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Modified: head/lang/f2c/Makefile Modified: head/lang/f2c/Makefile ============================================================================== --- head/lang/f2c/Makefile Wed Jul 18 04:58:30 2012 (r301060) +++ head/lang/f2c/Makefile Wed Jul 18 05:27:03 2012 (r301061) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207180527.q6I5R4QF031771>