From 22714accc764a0a50f25b9f9b79edcbe0cfd25f8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Jul 2012 22:05:13 +0000 Subject: Convert to new options framework --- net/kdenetwork3/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/kdenetwork3/Makefile') diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 1bc128a92008..54ecbf9329ad 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -19,7 +19,8 @@ COMMENT= Network-related programs and modules for KDE 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 -- cgit v1.2.3