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:
John Marino 2013-11-02 03:08:40 +00:00
parent 92e5017b87
commit 837ef9d81e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332442

View file

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