aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-20 20:35:57 +0800
committerrafan <rafan@FreeBSD.org>2006-12-20 20:35:57 +0800
commit0b8545067fa65608515b50e6736c172f441b24eb (patch)
tree74ec3f38af20881710b95ab148bf81f399dd861e /sysutils
parente9287c2bc84fba7312258fc842c436906bf4277d (diff)
downloadfreebsd-ports-gnome-0b8545067fa65608515b50e6736c172f441b24eb.tar.gz
freebsd-ports-gnome-0b8545067fa65608515b50e6736c172f441b24eb.tar.zst
freebsd-ports-gnome-0b8545067fa65608515b50e6736c172f441b24eb.zip
- We have misc/mbuffer now. Add to options.
Approved by: Marcus von Appen <mva at sysfault.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/flexbackup/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/flexbackup/Makefile b/sysutils/flexbackup/Makefile
index 55f81c1d526d..52da2b2795ed 100644
--- a/sysutils/flexbackup/Makefile
+++ b/sysutils/flexbackup/Makefile
@@ -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