From owner-svn-ports-all@FreeBSD.ORG Thu Oct 11 08:34:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92E57B0A; Thu, 11 Oct 2012 08:34:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9048FC14; Thu, 11 Oct 2012 08:34:10 +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 q9B8YAbN088960; Thu, 11 Oct 2012 08:34:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9B8YAxG088958; Thu, 11 Oct 2012 08:34:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210110834.q9B8YAxG088958@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 11 Oct 2012 08:34:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305705 - head/polish/gnugadu2 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: Thu, 11 Oct 2012 08:34:10 -0000 Author: bapt Date: Thu Oct 11 08:34:09 2012 New Revision: 305705 URL: http://svn.freebsd.org/changeset/ports/305705 Log: Fix typo during OptionsNG conversion Reported by: pointyhat-west Pointyhat to: eadler Feature safe: yes Modified: head/polish/gnugadu2/Makefile Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Thu Oct 11 08:25:46 2012 (r305704) +++ head/polish/gnugadu2/Makefile Thu Oct 11 08:34:09 2012 (r305705) @@ -152,7 +152,8 @@ PLIST_SUB+= ARTS:="@comment " .if ${PORT_OPTIONS:MXOSD} LIB_DEPENDS+= xosd.4:${PORTSDIR}/misc/xosd CONFIGURE_ARGS+= --with-xosd -PLIST_SUB+= XOSD:="".else +PLIST_SUB+= XOSD:="" +.else CONFIGURE_ARGS+= --without-xosd PLIST_SUB+= XOSD:="@comment " .endif