From 0964ff33fd26d74fae35abf5aa77325eceefb985 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Wed, 17 Apr 2002 13:16:03 +0000 Subject: [PATCH] Change to use ${OPENSSLBASE} instead of ${LOCALBASE} in Makefile for location of OpenSSL. PR: 36427 Submitted by: Hidekazu Kuroki --- net/vtun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/vtun/Makefile b/net/vtun/Makefile index cbbf353f0339..37d46d39c1ca 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-ssl-headers=${LOCALBASE}/include/openssl \ - --with-ssl-lib=${LOCALBASE}/lib \ + --with-ssl-headers=${OPENSSLBASE}/include/openssl \ + --with-ssl-lib=${OPENSSLBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib