diff options
Diffstat (limited to 'net/jabberd/Makefile')
-rw-r--r-- | net/jabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 638bd4dcb080..8d62392dd366 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -18,7 +18,8 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= --localstatedir=/var \ + --with-libiconv-prefix=${LOCALBASE} \ --enable-storage='${STORAGE}' \ --enable-authreg='${AUTHREG}' |