Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2013 14:45:59 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324591 - head/graphics/ufraw
Message-ID:  <201308111445.r7BEjxlE084312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@janh.de>
  Approved by:	rodrigo@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308111445.r7BEjxlE084312>