diff options
author | kris <kris@FreeBSD.org> | 2004-04-06 22:02:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-06 22:02:25 +0000 |
commit | b9b56909a3319007d6f14d9f476df033bcb2f87f (patch) | |
tree | bfa9c09f81e43c7590b97955620211384739ffb3 /lang | |
parent | 09019d291abb086c785dc0b285b1f32a9442b84f (diff) | |
download | FreeBSD-ports-b9b56909a3319007d6f14d9f476df033bcb2f87f.zip FreeBSD-ports-b9b56909a3319007d6f14d9f476df033bcb2f87f.tar.gz |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Diffstat (limited to 'lang')
-rw-r--r-- | lang/crossgo32-f77/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/crossgo32-f77/Makefile b/lang/crossgo32-f77/Makefile index 1b4ee88..eb133e6 100644 --- a/lang/crossgo32-f77/Makefile +++ b/lang/crossgo32-f77/Makefile @@ -19,7 +19,7 @@ COMMENT= G2c libraries and compatibility for DJGPP V2 crossgo32 crosscompiler DEPRECATED= "project abandoned, mastersite long gone" EXPIRATION_DATE= "May 5, 2004" -BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS+=unzip:${PORTSDIR}/archivers/unzip .if !defined(GNU_CPP) RUN_DEPENDS+= ${LOCALBASE}/bin/fpp:${PORTSDIR}/devel/fpp .endif |