diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:08:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-17 10:08:16 +0800 |
commit | a60a90b6e53e35eaa676f82c0a92462a52b69def (patch) | |
tree | c8bf8ff99a1c21b3250d9280899a1d82c1917ffe /graphics | |
parent | a9485d7eeec41939aae30d68ead468e37b054802 (diff) | |
download | marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar.gz marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar.bz2 marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar.lz marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar.xz marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.tar.zst marcuscom-ports-a60a90b6e53e35eaa676f82c0a92462a52b69def.zip |
Fix one more gtk20 module location.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2104 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b085da859..9c999a12f 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ gsf-1.9:${PORTSDIR}/devel/libgsf \ croco.2:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 +RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes USE_GMAKE= yes |