svn commit: r301248 - head/net-im/kopete

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 20 21:56:57 UTC 2012


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>



More information about the svn-ports-all mailing list