Chase libzip update
While here, add missing dependency to fix build
This commit is contained in:
parent
85dfc7fbf0
commit
8740de04a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273150
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ OPTIONS= EMBEDDED "Enable Embedded Resources" on
|
|||
|
||||
.ifdef WITHOUT_EMBEDDED
|
||||
CONFIGURE_ARGS+= --enable-embedded-resources
|
||||
LIB_DEPENDS+= libzip.0:${PORTSDIR}/archivers/libzip
|
||||
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
||||
LIB_DEPENDS+= zip.3:${PORTSDIR}/archivers/libzip
|
||||
RUN_DEPENDS+= zip:${PORTSDIR}/archivers/zip
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-embedded-resources
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue