diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/jabberd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 4fc2f9444f5a..ea0c4487ad63 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-libiconv-prefix=${LOCALBASE} \ + --with-openssl=/usr \ --enable-storage='${STORAGE}' \ --enable-authreg='${AUTHREG}' |