diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-09 07:31:14 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-02-09 07:31:14 +0000 |
commit | 85931ff132f8b221bafbd5c921c08820d048db93 (patch) | |
tree | c67d45ae2bf0e41474426e04e7fc026bd185194b /net | |
parent | ea5bff9ad48f134bc5866ae13bf1beb60fe6ef3e (diff) | |
download | freebsd-ports-85931ff132f8b221bafbd5c921c08820d048db93.zip |
Correct the location of OpenSSL.
Diffstat (limited to 'net')
-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 ea0c4487ad63..1edc756ff75a 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -18,9 +18,10 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv GNU_CONFIGURE= yes +USE_OPENSSL= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-libiconv-prefix=${LOCALBASE} \ - --with-openssl=/usr \ + --with-openssl=${OPENSSLBASE} \ --enable-storage='${STORAGE}' \ --enable-authreg='${AUTHREG}' |