svn commit: r311790 - head/net-p2p/libtorrent-rasterbar-16

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 6 19:43:00 UTC 2013


Author: bapt
Date: Wed Feb  6 19:42:59 2013
New Revision: 311790
URL: http://svnweb.freebsd.org/changeset/ports/311790

Log:
  it's not --with-iconv but --with-libiconv, submitter got it right when
  submitting the first time, I messed it up, sorry
  
  Submitted by:	Jeroen van der Ham <jeroen at dckd.nl>

Modified:
  head/net-p2p/libtorrent-rasterbar-16/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile	Wed Feb  6 18:45:10 2013	(r311789)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile	Wed Feb  6 19:42:59 2013	(r311790)
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=	--disable-debug \
 		--with-boost-system=boost_system \
 		--enable-geoip \
 		--with-libgeoip \
-		--with-iconv \
+		--with-libiconv \
 		--with-openssl=${OPENSSLBASE}
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list