1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Specify the location of OpenSSL.

This commit is contained in:
Dmitry Sivachenko 2004-01-15 11:23:37 +00:00
parent 076e38fc5f
commit c5169d9988
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98200
2 changed files with 2 additions and 0 deletions

View File

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

View File

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