Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 23:18:39 +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: r391208 - head/graphics/libfreehand
Message-ID:  <201507022318.t62NIdHm060053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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