aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-09-08 14:35:18 +0800
committerdougb <dougb@FreeBSD.org>2012-09-08 14:35:18 +0800
commitfa23d985b15cc49a8514d989694f675255ac0437 (patch)
tree1c26ba75fe7dd6ce5287e045080f38945da97015 /net-im
parente1d00c68fb240bd87e524cf68616ca1ac529f5fc (diff)
downloadfreebsd-ports-gnome-fa23d985b15cc49a8514d989694f675255ac0437.tar.gz
freebsd-ports-gnome-fa23d985b15cc49a8514d989694f675255ac0437.tar.zst
freebsd-ports-gnome-fa23d985b15cc49a8514d989694f675255ac0437.zip
Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 2c564d90c30b..360db13826f0 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -48,7 +48,7 @@ USE_ICONV= yes
CONFIGURE_ARGS+= --disable-iconv
.endif
-.if ${PORT_OPTIONS:MOTR}
+.if ${PORT_OPTIONS:MP2P}
CONFIGURE_ARGS+= --enable-peer2peer
.else
CONFIGURE_ARGS+= --disable-peer2peer