mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
96cd8d868c
commit
1d14d4208e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303868
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user