Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 23:08:38 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391203 - head/graphics/libfreehand
Message-ID:  <201507022308.t62N8cjo054423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Jul  2 23:08:37 2015
New Revision: 391203
URL: https://svnweb.freebsd.org/changeset/ports/391203

Log:
  Add missing dependencies.

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Thu Jul  2 22:36:30 2015	(r391202)
+++ head/graphics/libfreehand/Makefile	Thu Jul  2 23:08:37 2015	(r391203)
@@ -11,7 +11,9 @@ COMMENT=	Library providing ability to in
 LICENSE=	LGPL21 MPL GPLv2
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
+LIB_DEPENDS=	libicudata.so:${PORTSDIR}/devel/icu \
+		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 GNU_CONFIGURE=	yes
 USES=	gperf perl5 libtool pathfix pkgconfig tar:xz



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