diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:22:56 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 03:22:56 +0800 |
commit | cb9658c144d90d7e7cb1d87dc344c30444c49006 (patch) | |
tree | 430ba9a8cd00c165c2cdf2607681eba6dea0e080 /graphics | |
parent | 1463ce7e5a3da0960f376471cac607542b50a373 (diff) | |
download | marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.gz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.bz2 marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.lz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.xz marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.tar.zst marcuscom-ports-cb9658c144d90d7e7cb1d87dc344c30444c49006.zip |
- Update for LOCALBASE use
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6646 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 7369ef4a6..76c7aa110 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.101 2006/05/11 11:35:42 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.102 2006/07/15 14:34:17 ahze Exp $ # PORTNAME= librsvg2 @@ -21,7 +21,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ popt.0:${PORTSDIR}/devel/popt \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco -RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmist.so:${PORTSDIR}/x11-themes/gtk-engines2 +RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 USE_BZIP2= yes USE_GMAKE= yes |