aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-07-21 06:05:13 +0800
committerbapt <bapt@FreeBSD.org>2012-07-21 06:05:13 +0800
commitc82e931cc2e2c113f46440d70425b75af284c892 (patch)
tree8a01d0fae0926cd94e57a71fa2e768e0c53a10f5 /net
parent808860d132076afd166386427f572cb193fa8956 (diff)
downloadfreebsd-ports-gnome-c82e931cc2e2c113f46440d70425b75af284c892.tar.gz
freebsd-ports-gnome-c82e931cc2e2c113f46440d70425b75af284c892.tar.zst
freebsd-ports-gnome-c82e931cc2e2c113f46440d70425b75af284c892.zip
Convert to new options framework
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork3/Makefile5
1 files changed, 3 insertions, 2 deletions
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