svn commit: r391203 - head/graphics/libfreehand

Jung-uk Kim jkim at FreeBSD.org
Thu Jul 2 23:08:38 UTC 2015


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


More information about the svn-ports-all mailing list