diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-28 19:43:42 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-28 19:43:42 +0800 |
commit | 2ea938c286c09fe6620078376c1ce638ec18bf4b (patch) | |
tree | 0fae1783ed6169b5b06eda0877db642ccbac8780 /x11-toolkits/pango | |
parent | 6639295d3ad47714e594dc4b69cf94bdf90699ba (diff) | |
download | marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar.gz marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar.bz2 marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar.lz marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar.xz marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.tar.zst marcuscom-ports-2ea938c286c09fe6620078376c1ce638ec18bf4b.zip |
- Correct typo in RUN_DEPENDS line
Submitted by: <piotr.smyrak@heron.pl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2891 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index b9c96963e..0e6f18b3d 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -17,7 +17,7 @@ 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}:${X_FOTNS_TTF_PORT} \ +RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} USE_BZIP2= yes |