svn commit: r329238 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Thu Oct 3 21:28:48 UTC 2013


Author: ehaupt
Date: Thu Oct  3 21:28:47 2013
New Revision: 329238
URL: http://svnweb.freebsd.org/changeset/ports/329238

Log:
  Re-add ICONV to OPTIONS_DEFINE. This went missing during the
  update/OPTIONS_RADIO conversion.
  
  Notified by:	mat

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Thu Oct  3 21:23:01 2013	(r329237)
+++ head/net/rsync/Makefile	Thu Oct  3 21:28:47 2013	(r329238)
@@ -32,7 +32,7 @@ MAN1=		rsync.1
 MAN5=		rsyncd.conf.5
 
 # define options
-OPTIONS_DEFINE=		POPT_PORT ZLIB_BASE SSH
+OPTIONS_DEFINE=		POPT_PORT ZLIB_BASE SSH ICONV
 OPTIONS_RADIO=		PTS
 OPTIONS_RADIO_PTS=	TIMELIMIT RENAMED FLAGS ATIMES ACL
 


More information about the svn-ports-all mailing list