summaryrefslogtreecommitdiff
path: root/net-im/climm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-09-08 06:35:18 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-09-08 06:35:18 +0000
commit1d14d4208ee2ea129a3f0c7418e9460f31009e3e (patch)
tree1c26ba75fe7dd6ce5287e045080f38945da97015 /net-im/climm
parentScriptTest is a library to help you test your interactive command-line (diff)
Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default
Notes
Notes: svn path=/head/; revision=303868
Diffstat (limited to 'net-im/climm')
-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