- We have misc/mbuffer now. Add to options.
Approved by: Marcus von Appen <mva at sysfault.org> (maintainer)
This commit is contained in:
parent
e14d7fcdd8
commit
c541548b8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180270
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
|||
|
||||
OPTIONS= AFIO "Enable afio support" Off \
|
||||
BUFFER "Enable buffer support" Off \
|
||||
MBUFFER "Enable mbuffer support" Off \
|
||||
STAR "Enable star support" Off \
|
||||
ZIP "Eanble zip support" Off
|
||||
|
||||
|
@ -49,6 +50,10 @@ RUN_DEPENDS+= afio:${PORTSDIR}/sysutils/afio
|
|||
RUN_DEPENDS+= buffer:${PORTSDIR}/misc/buffer
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MBUFFER)
|
||||
RUN_DEPENDS+= mbuffer:${PORTSDIR}/misc/mbuffer
|
||||
.endif
|
||||
|
||||
.if defined(WITH_STAR)
|
||||
RUN_DEPENDS+= star:${PORTSDIR}/archivers/star
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue