From owner-svn-ports-head@FreeBSD.ORG Thu Oct 23 13:02:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D537F476; Thu, 23 Oct 2014 13:02:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C130B20B; Thu, 23 Oct 2014 13:02:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ND2t10030805; Thu, 23 Oct 2014 13:02:55 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ND2tn1030804; Thu, 23 Oct 2014 13:02:55 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201410231302.s9ND2tn1030804@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 23 Oct 2014 13:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371392 - head/www/tomcat-native X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 13:02:55 -0000 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 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 \