aboutsummaryrefslogtreecommitdiffstats
path: root/lang/crossgo32-f77
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-07 06:02:25 +0800
committerkris <kris@FreeBSD.org>2004-04-07 06:02:25 +0800
commitb9b56909a3319007d6f14d9f476df033bcb2f87f (patch)
treebfa9c09f81e43c7590b97955620211384739ffb3 /lang/crossgo32-f77
parent09019d291abb086c785dc0b285b1f32a9442b84f (diff)
downloadfreebsd-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/Makefile2
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