From dbf20dbd66978d713851deef9919b809958ed646 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Thu, 23 Oct 2014 13:02:54 +0000 Subject: [PATCH] Fix typo. Submitted by: Matthew Kempe --- www/tomcat-native/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index bdc45fdf1afb..52a943aa26ad 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -28,7 +28,7 @@ JAVA_VERSION= 1.6+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apr=${LOCALBASE} \ --with-java-home=${JAVA_HOME} \ - --with-ssl=${SSLBASE} + --with-ssl=${OPENSSLBASE} PLIST_FILES= lib/libtcnative-1.a \ lib/libtcnative-1.so \