From owner-svn-ports-all@FreeBSD.ORG Sat May 11 13:14:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F79FBAC; Sat, 11 May 2013 13:14:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 11F30813; Sat, 11 May 2013 13:14:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BDE1Np094346; Sat, 11 May 2013 13:14:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BDE1jH094345; Sat, 11 May 2013 13:14:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305111314.r4BDE1jH094345@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 11 May 2013 13:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317873 - head/multimedia/libbluray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 13:14:02 -0000 Author: bapt Date: Sat May 11 13:14:01 2013 New Revision: 317873 URL: http://svnweb.freebsd.org/changeset/ports/317873 Log: Fix typo Modified: head/multimedia/libbluray/Makefile Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Sat May 11 12:58:40 2013 (r317872) +++ head/multimedia/libbluray/Makefile Sat May 11 13:14:01 2013 (r317873) @@ -29,7 +29,7 @@ MAKE_ARGS+= pkgconfigdir="${PREFIX}/libd CFLAGS=${CFLAGS:Q} OPTIONS_DEFINE= JAVA -JAVA_DESC+ Enable Blu-Ray Java support +JAVA_DESC= Enable Blu-Ray Java support .include