diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-16 20:57:32 +0000 |
commit | 2edb0c126863b2fb77248c6f4e8f940cae0dae1b (patch) | |
tree | 5bc3d3786b959056583bf1660cd0b8a703727c14 /graphics/librsvg2 | |
parent | Utilize USE_GNOME= pkgconfig. (diff) |
Utilize USE_GNOME= libgsf.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b7638323f862..441acc4fced6 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -19,8 +19,7 @@ COMMENT= Library for parsing and rendering SVG vector-graphic files BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - popt.0:${PORTSDIR}/devel/popt \ - gsf-1.9:${PORTSDIR}/devel/libgsf + popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes @@ -29,7 +28,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 +USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 libgsf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ |