svn commit: r301252 - head/net/kdenetwork3

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 20 22:05:14 UTC 2012


Author: bapt
Date: Fri Jul 20 22:05:13 2012
New Revision: 301252
URL: http://svn.freebsd.org/changeset/ports/301252

Log:
  Convert to new options framework

Modified:
  head/net/kdenetwork3/Makefile

Modified: head/net/kdenetwork3/Makefile
==============================================================================
--- head/net/kdenetwork3/Makefile	Fri Jul 20 22:02:50 2012	(r301251)
+++ head/net/kdenetwork3/Makefile	Fri Jul 20 22:05:13 2012	(r301252)
@@ -19,7 +19,8 @@ COMMENT=	Network-related programs and mo
 
 LIB_DEPENDS=	slp:${PORTSDIR}/net/openslp
 
-OPTIONS=	KOPETE	"Install kopete multi-protocol instant messenger" OFF
+OPTIONS_DEFINE=	KOPETE
+KOPETE_DESC=	Install kopete multi-protocol instant messenger
 
 USE_KDELIBS_VER=3
 USE_PERL5=	yes
@@ -68,7 +69,7 @@ pre-configure:
 # OPTIONS handling
 ##
 #
-.if defined(WITH_KOPETE)
+.if ${PORT_OPTIONS:MKOPETE}
 RUN_DEPENDS+=	kopete:${PORTSDIR}/net-im/kopete
 .endif
 



More information about the svn-ports-head mailing list