Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR

No PORTREVISION bump because both are on by default
This commit is contained in:
Doug Barton 2012-09-08 06:35:18 +00:00
parent 96cd8d868c
commit 1d14d4208e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303868

View File

@ -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