svn commit: r304467 - head/x11-toolkits/hs-wxc

Gabor Pali pgj at FreeBSD.org
Tue Sep 18 21:21:09 UTC 2012


Author: pgj
Date: Tue Sep 18 21:21:08 2012
New Revision: 304467
URL: http://svn.freebsd.org/changeset/ports/304467

Log:
  - Fix problem with line endings
  
  Reported by:	beatmail (via pointyhat)
  Obtained from:	FreeBSD Haskell

Modified:
  head/x11-toolkits/hs-wxc/Makefile

Modified: head/x11-toolkits/hs-wxc/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxc/Makefile	Tue Sep 18 21:00:18 2012	(r304466)
+++ head/x11-toolkits/hs-wxc/Makefile	Tue Sep 18 21:21:08 2012	(r304467)
@@ -21,6 +21,7 @@ WX_COMPS=	wx
 WX_UNICODE=	yes
 
 NOPORTDOCS=	yes
+USE_DOS2UNIX=	yes
 
 post-patch::
 	@${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-2.9-config"| ; \



More information about the svn-ports-all mailing list