Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 13:02:55 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371392 - head/www/tomcat-native
Message-ID:  <201410231302.s9ND2tn1030804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Oct 23 13:02:54 2014
New Revision: 371392
URL: https://svnweb.freebsd.org/changeset/ports/371392
QAT: https://qat.redports.org/buildarchive/r371392/

Log:
  Fix typo.
  
  Submitted by:	Matthew Kempe <m.kempe@gmail.com>

Modified:
  head/www/tomcat-native/Makefile

Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile	Thu Oct 23 12:17:25 2014	(r371391)
+++ head/www/tomcat-native/Makefile	Thu Oct 23 13:02:54 2014	(r371392)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410231302.s9ND2tn1030804>