Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 21:54:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336228 - head/print/harfbuzz
Message-ID:  <201312112154.rBBLsgrn069373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 11 21:54:42 2013
New Revision: 336228
URL: http://svnweb.freebsd.org/changeset/ports/336228

Log:
  Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream
  expect it to have

Modified:
  head/print/harfbuzz/Makefile

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Wed Dec 11 21:54:33 2013	(r336227)
+++ head/print/harfbuzz/Makefile	Wed Dec 11 21:54:42 2013	(r336228)
@@ -9,9 +9,9 @@ MASTER_SITES=	http://www.freedesktop.org
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	OpenType text shaping engine
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
-		icudata:${PORTSDIR}/devel/icu \
-		graphite2:${PORTSDIR}/graphics/graphite2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libicudata.so:${PORTSDIR}/devel/icu \
+		libgraphite2.so:${PORTSDIR}/graphics/graphite2
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes



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