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-im/jabberd/Makefile | |
parent | ea5bff9ad48f134bc5866ae13bf1beb60fe6ef3e (diff) | |
download | ports-85931ff132f8b221bafbd5c921c08820d048db93.tar.gz ports-85931ff132f8b221bafbd5c921c08820d048db93.zip |
Correct the location of OpenSSL.
Notes
Notes:
svn path=/head/; revision=100472
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r-- | net-im/jabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index ea0c4487ad63..1edc756ff75a 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/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}' |