diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-22 02:52:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-22 02:52:17 +0000 |
commit | 37ad24f37ec35cd97d9ce60134c51bd87621d0e3 (patch) | |
tree | ab32a18dbba45b8038955db594e189ca14eb29d7 /net/vtun | |
parent | dd8c6c94b7c197f6dfc564faa8065c2400a4186f (diff) | |
download | ports-37ad24f37ec35cd97d9ce60134c51bd87621d0e3.tar.gz ports-37ad24f37ec35cd97d9ce60134c51bd87621d0e3.zip |
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 305cafab061d..cdd86facaa0b 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -22,8 +22,8 @@ MANCOMPRESSED= no USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--localstatedir=/var \ - --with-crypto-headers=${LOCALBASE}/include/openssl \ - --with-crypto-lib=${LOCALBASE}/lib \ + --with-ssl-headers=${LOCALBASE}/include/openssl \ + --with-ssl-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib |