diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-07 00:38:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-07 00:38:44 +0800 |
commit | cbf104bcc634aceeebd698beea1ad5cce27c1496 (patch) | |
tree | ca0455d4625a1684c8364d37534926373d61e8bc /graphics/librsvg2 | |
parent | f105790caf01cae39cd50d3953454101b05496ab (diff) | |
download | freebsd-ports-gnome-cbf104bcc634aceeebd698beea1ad5cce27c1496.tar.gz freebsd-ports-gnome-cbf104bcc634aceeebd698beea1ad5cce27c1496.tar.zst freebsd-ports-gnome-cbf104bcc634aceeebd698beea1ad5cce27c1496.zip |
Remove gimp support since gimp-1.3.21 will include an SVG import plug-in.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 22 | ||||
-rw-r--r-- | graphics/librsvg2/pkg-plist | 1 |
2 files changed, 3 insertions, 20 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 6e4dbb12d526..c4257ffba37c 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -32,26 +32,10 @@ USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ - --disable-gtk-doc + --disable-gtk-doc \ + --without-gimp PLIST_SUB= GTK_VERSION="2.2.0" MAN1= rsvg.1 -.include <bsd.port.pre.mk> - -.if defined(WITH_GIMP) || exists (${X11BASE}/libexec/gimp/1.3/plug-ins/AlienMap) -LIB_DEPENDS+= gimp-1.3:${PORTSDIR}/graphics/gimp-devel -CONFIGURE_ARGS+= --with-gimp -PLIST_SUB+= GIMP:="" -.else -CONFIGURE_ARGS= --without-gimp -PLIST_SUB+= GIMP:="@comment " -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Librsvg2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GIMP=yes Build an svg plugin for gimp-devel (default: auto)" - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist index f9c5935081bb..52864dbcc5d8 100644 --- a/graphics/librsvg2/pkg-plist +++ b/graphics/librsvg2/pkg-plist @@ -8,7 +8,6 @@ lib/librsvg-2.a lib/librsvg-2.so lib/librsvg-2.so.6 libdata/pkgconfig/librsvg-2.0.pc -%%GIMP:%%libexec/gimp/1.3/plug-ins/svg share/doc/librsvg/html/home.png share/doc/librsvg/html/i1013.html share/doc/librsvg/html/index.html |