1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS

This commit is contained in:
Kris Kennaway 2004-04-06 22:02:25 +00:00
parent 30f60a06c6
commit 268f939a17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106356

View File

@ -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