diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
commit | e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff (patch) | |
tree | 8bbdc6c169c726a3ec8a83530840a5ce8e0bdf16 /lang | |
parent | dc8bf4d2bef80b43408000e4924572080bf96233 (diff) | |
download | ports-e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff.tar.gz ports-e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/f2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 66fb7aa7078a..8a2aefe6ad92 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_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip GUNZIP_CMD= minigzip -d USE_GMAKE= yes |