1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Correct the location of OpenSSL.

This commit is contained in:
Dmitry Sivachenko 2004-02-09 07:31:14 +00:00
parent ea5bff9ad4
commit 85931ff132
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100472
2 changed files with 4 additions and 2 deletions

View File

@ -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}'

View File

@ -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}'