svn commit: r324591 - head/graphics/ufraw

Boris Samorodov bsam at FreeBSD.org
Sun Aug 11 14:46:00 UTC 2013


Author: bsam
Date: Sun Aug 11 14:45:59 2013
New Revision: 324591
URL: http://svnweb.freebsd.org/changeset/ports/324591

Log:
  Fix build after recent glib update.
  
  PR:		ports/181013
  Submitted by:	Jan Henrik Sylvester <me at janh.de>
  Approved by:	rodrigo at bebik.net (maintainer)

Modified:
  head/graphics/ufraw/Makefile

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Sun Aug 11 14:11:33 2013	(r324590)
+++ head/graphics/ufraw/Makefile	Sun Aug 11 14:45:59 2013	(r324591)
@@ -104,7 +104,7 @@ post-patch:
 .endfor
 
 pre-build:
-	@${INSTALL_SCRIPT} ${LOCALBASE}/share/glib-2.0/gettext/mkinstalldirs \
+	@${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \
 		${WRKSRC}
 
 post-install:


More information about the svn-ports-head mailing list