sysutils/synergy-devel: unzip is actually an EXTRACT_DEPENDS
My commit r323422 to ensure unzip is available for use by this port is flawed as the extraction occurs before BUILD_DEPENDS are imported. Change unzip from BUILD_DEPENDS to EXTRACT_DEPENDS to unbreak the port in a jail build.
This commit is contained in:
parent
92e5017b87
commit
837ef9d81e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332442
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ PKGNAMESUFFIX= -devel
|
|||
MAINTAINER= gnn@FreeBSD.org
|
||||
COMMENT= Mouse and keyboard sharing utility
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
CONFLICTS= synergy-[0-9]*
|
||||
USES= cmake
|
||||
|
|
Loading…
Reference in a new issue