Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 21:56:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301248 - head/net-im/kopete
Message-ID:  <201207202156.q6KLuvYx042075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207202156.q6KLuvYx042075>