diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-24 13:53:17 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-24 13:53:17 +0800 |
commit | 8895ea7293df15e46e7fff9d2553fbd36d8165ed (patch) | |
tree | 6b22504e6adaf4a05acee0560f4f9c2de35d47dc /x11-toolkits | |
parent | 8148d009350228b6d76aa6c82953a121674f3d5a (diff) | |
download | marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar.gz marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar.bz2 marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar.lz marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar.xz marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.tar.zst marcuscom-ports-8895ea7293df15e46e7fff9d2553fbd36d8165ed.zip |
Fix with new Xorg stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2545 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 22f4b70ce..b698f0f13 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -17,8 +17,8 @@ COMMENT= An open-source framework for the layout and rendering of i18n text BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \ - ${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings +RUN_DEPENDS= ${FONTSCALE}:${X_FOTNS_TTF_PORT} \ + ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} USE_BZIP2= yes USE_GETTEXT= yes |