diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:57:32 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:57:32 +0800 |
commit | 51a8036f2e84bee46af04962564bafe240a61565 (patch) | |
tree | 3208c6eedccfad21201478f38228c87478a4b809 /graphics | |
parent | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (diff) | |
download | freebsd-ports-gnome-51a8036f2e84bee46af04962564bafe240a61565.tar.gz freebsd-ports-gnome-51a8036f2e84bee46af04962564bafe240a61565.tar.zst freebsd-ports-gnome-51a8036f2e84bee46af04962564bafe240a61565.zip |
Utilize USE_GNOME= libgsf.
Diffstat (limited to 'graphics')
-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 \ |