diff options
-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 cbbf353..37d46d3 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 |