svn commit: r303868 - head/net-im/climm

Doug Barton dougb at FreeBSD.org
Sat Sep 8 06:35:19 UTC 2012


Author: dougb
Date: Sat Sep  8 06:35:18 2012
New Revision: 303868
URL: http://svn.freebsd.org/changeset/ports/303868

Log:
  Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
  
  No PORTREVISION bump because both are on by default

Modified:
  head/net-im/climm/Makefile

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Sat Sep  8 06:23:02 2012	(r303867)
+++ head/net-im/climm/Makefile	Sat Sep  8 06:35:18 2012	(r303868)
@@ -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



More information about the svn-ports-all mailing list