aboutsummaryrefslogtreecommitdiffstats
path: root/net/jabberd
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-01-15 19:23:37 +0800
committerdemon <demon@FreeBSD.org>2004-01-15 19:23:37 +0800
commit14fda36483965b8fc2fdc81ed827f57c09222821 (patch)
tree33702d8d387067d22a8dbfdeb5d02badb7207534 /net/jabberd
parent78e4d9fe038048d76ae7bcb26995ec210a3ba90e (diff)
downloadfreebsd-ports-gnome-14fda36483965b8fc2fdc81ed827f57c09222821.tar.gz
freebsd-ports-gnome-14fda36483965b8fc2fdc81ed827f57c09222821.tar.zst
freebsd-ports-gnome-14fda36483965b8fc2fdc81ed827f57c09222821.zip
Specify the location of OpenSSL.
Diffstat (limited to 'net/jabberd')
-rw-r--r--net/jabberd/Makefile1
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}'