diff options
author | kris <kris@FreeBSD.org> | 2004-04-07 06:02:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-07 06:02:25 +0800 |
commit | b9b56909a3319007d6f14d9f476df033bcb2f87f (patch) | |
tree | bfa9c09f81e43c7590b97955620211384739ffb3 /lang/crossgo32-f77 | |
parent | 09019d291abb086c785dc0b285b1f32a9442b84f (diff) | |
download | freebsd-ports-graphics-b9b56909a3319007d6f14d9f476df033bcb2f87f.tar.gz freebsd-ports-graphics-b9b56909a3319007d6f14d9f476df033bcb2f87f.tar.zst freebsd-ports-graphics-b9b56909a3319007d6f14d9f476df033bcb2f87f.zip |
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Diffstat (limited to 'lang/crossgo32-f77')
-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 1b4ee887bf7..eb133e69f9a 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 |