summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-11 20:17:14 +0000
committermarino <marino@FreeBSD.org>2014-02-11 20:17:14 +0000
commited6cd3bf579999ac6dbfd5107fef9f2a5ab072c2 (patch)
treee85f9da5dd013145b9913e1c1dd8f4ddbbac22a8 /graphics
parent4ea5bc3680f5e3b29d0a1a7bf3b7a73ada8bfb75 (diff)
downloadFreeBSD-ports-ed6cd3bf579999ac6dbfd5107fef9f2a5ab072c2.zip
FreeBSD-ports-ed6cd3bf579999ac6dbfd5107fef9f2a5ab072c2.tar.gz
graphics/ufraw: Fix fallout caused by icu upgrade
This ufraw port uses a scrip from icu and doesn't even specify icu as a build dependency. This looks wrong to me, but today I'm only going to make ufraw build again. The maintainer may want to review this as it will break every time icu is updated.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ufraw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
index ef348ea..928d543 100644
--- a/graphics/ufraw/Makefile
+++ b/graphics/ufraw/Makefile
@@ -103,7 +103,7 @@ post-patch:
.endfor
pre-build:
- @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/50.1.2/mkinstalldirs \
+ @${INSTALL_SCRIPT} ${LOCALBASE}/share/icu/52.1/mkinstalldirs \
${WRKSRC}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud