diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
commit | 54a93712b5de4af20902c4225ea8294420e21eee (patch) | |
tree | 7132ae97d870b5e0399a85911f38887721b41226 /textproc/p5-XML-LibRSVG | |
parent | b9d28dac8bcf452764f8ce8b746fec7b7f1d08c6 (diff) | |
download | ports-54a93712b5de4af20902c4225ea8294420e21eee.tar.gz ports-54a93712b5de4af20902c4225ea8294420e21eee.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-LibRSVG')
-rw-r--r-- | textproc/p5-XML-LibRSVG/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibRSVG/Makefile b/textproc/p5-XML-LibRSVG/Makefile index 390c9a92415a..b0e59efda7bb 100644 --- a/textproc/p5-XML-LibRSVG/Makefile +++ b/textproc/p5-XML-LibRSVG/Makefile @@ -17,14 +17,14 @@ MAINTAINER= skv@protey.ru LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \ freetype.9:${PORTSDIR}/print/freetype2 \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ xml2.5:${PORTSDIR}/textproc/libxml2 \ png.5:${PORTSDIR}/graphics/png \ art_lgpl.5:${PORTSDIR}/graphics/libart PERL_CONFIGURE= yes CONFIGURE_ENV= INC='-I${LOCALBASE}/include' LIBS='-L${LOCALBASE}/lib' -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf MAN3= XML::LibRSVG.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |