summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/filesystems/glusterfs/options.mk b/filesystems/glusterfs/options.mk
index e536314e7bf..40f98c4267f 100644
--- a/filesystems/glusterfs/options.mk
+++ b/filesystems/glusterfs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2011/09/27 12:45:02 manu Exp $
+# $NetBSD: options.mk,v 1.5 2011/12/04 00:24:35 brook Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.glusterfs
PKG_SUPPORTED_OPTIONS= georeplication
@@ -8,4 +8,6 @@ PKG_SUPPORTED_OPTIONS= georeplication
.if !empty(PKG_OPTIONS:Mgeoreplication)
CONFIGURE_ARGS+= --enable-georeplication
PLIST_SRC+= ${PKGDIR}/PLIST.georeplication
+.else
+CONFIGURE_ARGS+= --disable-georeplication
.endif