From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 06:35:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14E69106566C; Sat, 8 Sep 2012 06:35:18 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BA3408FC0A; Sat, 8 Sep 2012 06:35:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q886ZIUH036359; Sat, 8 Sep 2012 06:35:18 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q886ZIuK036357; Sat, 8 Sep 2012 06:35:18 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201209080635.q886ZIuK036357@svn.freebsd.org> From: Doug Barton Date: Sat, 8 Sep 2012 06:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303868 - head/net-im/climm X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 06:35:19 -0000 Author: dougb Date: Sat Sep 8 06:35:18 2012 New Revision: 303868 URL: http://svn.freebsd.org/changeset/ports/303868 Log: Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR No PORTREVISION bump because both are on by default Modified: head/net-im/climm/Makefile Modified: head/net-im/climm/Makefile ============================================================================== --- head/net-im/climm/Makefile Sat Sep 8 06:23:02 2012 (r303867) +++ head/net-im/climm/Makefile Sat Sep 8 06:35:18 2012 (r303868) @@ -48,7 +48,7 @@ USE_ICONV= yes CONFIGURE_ARGS+= --disable-iconv .endif -.if ${PORT_OPTIONS:MOTR} +.if ${PORT_OPTIONS:MP2P} CONFIGURE_ARGS+= --enable-peer2peer .else CONFIGURE_ARGS+= --disable-peer2peer