svn commit: r391208 - head/graphics/libfreehand

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


Author: jkim
Date: Thu Jul  2 23:18:39 2015
New Revision: 391208
URL: https://svnweb.freebsd.org/changeset/ports/391208

Log:
  Reduce dependency.

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Thu Jul  2 23:17:27 2015	(r391207)
+++ head/graphics/libfreehand/Makefile	Thu Jul  2 23:18:39 2015	(r391208)
@@ -11,8 +11,8 @@ COMMENT=	Library providing ability to in
 LICENSE=	LGPL21 MPL GPLv2
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libicudata.so:${PORTSDIR}/devel/icu \
-		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+BUILD_DEPENDS=	icu-config:${PORTSDIR}/devel/icu
+LIB_DEPENDS=	liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list