svn commit: r336228 - head/print/harfbuzz
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 11 21:54:43 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list