diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-08 14:35:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-08 14:35:18 +0800 |
commit | fa23d985b15cc49a8514d989694f675255ac0437 (patch) | |
tree | 1c26ba75fe7dd6ce5287e045080f38945da97015 /net-im | |
parent | e1d00c68fb240bd87e524cf68616ca1ac529f5fc (diff) | |
download | freebsd-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/Makefile | 2 |
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 |