From owner-svn-ports-all@FreeBSD.ORG Fri Jul 20 21:56:57 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 CEA601065674; Fri, 20 Jul 2012 21:56:57 +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 BA2ED8FC0A; Fri, 20 Jul 2012 21:56:57 +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 q6KLuvcJ042077; Fri, 20 Jul 2012 21:56:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6KLuvYx042075; Fri, 20 Jul 2012 21:56:57 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201207202156.q6KLuvYx042075@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Jul 2012 21:56:57 +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: r301248 - head/net-im/kopete X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 20 Jul 2012 21:56:57 -0000 Author: bapt Date: Fri Jul 20 21:56:57 2012 New Revision: 301248 URL: http://svn.freebsd.org/changeset/ports/301248 Log: Convert to new options framework Modified: head/net-im/kopete/Makefile Modified: head/net-im/kopete/Makefile ============================================================================== --- head/net-im/kopete/Makefile Fri Jul 20 21:48:47 2012 (r301247) +++ head/net-im/kopete/Makefile Fri Jul 20 21:56:57 2012 (r301248) @@ -58,7 +58,8 @@ INSTALL_WRKSRC= ${WRKSRC}/kopete PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config -OPTIONS= WEBCAM "Enable webcamera support" off +OPTIONS_DEFINE= WEBCAM +WEBCAM_DESC= Enable webcamera support .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include