diff options
author | demon <demon@FreeBSD.org> | 2004-01-15 11:23:37 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-01-15 11:23:37 +0000 |
commit | 14fda36483965b8fc2fdc81ed827f57c09222821 (patch) | |
tree | 33702d8d387067d22a8dbfdeb5d02badb7207534 /net-im/jabberd | |
parent | 78e4d9fe038048d76ae7bcb26995ec210a3ba90e (diff) | |
download | FreeBSD-ports-14fda36483965b8fc2fdc81ed827f57c09222821.zip FreeBSD-ports-14fda36483965b8fc2fdc81ed827f57c09222821.tar.gz |
Specify the location of OpenSSL.
Diffstat (limited to 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 4fc2f94..ea0c448 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/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}' |