diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-09 03:50:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-09 03:50:12 +0800 |
commit | 01446d8e8b632123e00789f0614625855cf0b544 (patch) | |
tree | 0ae8c2d529b1aa4529334bd113183b9c5c988375 | |
parent | 67ead2bf04b766be380d8fdf642ae39c1b6bfa20 (diff) | |
download | marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar.gz marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar.bz2 marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar.lz marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar.xz marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.tar.zst marcuscom-ports-01446d8e8b632123e00789f0614625855cf0b544.zip |
sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18622 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/pango/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 5e1b5f387..64709bcb6 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,6 +1,6 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/x11-toolkits/pango/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= pango PORTVERSION= 1.34.1 @@ -21,8 +21,8 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ freetype:${PORTSDIR}/print/freetype2 \ harfbuzz:${PORTSDIR}/print/harfbuzz \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} +RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ + ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings USES= gettext pathfix pkgconfig USE_GMAKE= yes |