diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 01:26:28 +0000 |
commit | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (patch) | |
tree | 6eefe0fc2d7a3f76d8eb833569384e0857e07a9a /textproc/p5-XML-LibRSVG | |
parent | 45e89a5ff1e0a6a23b10c1e71f700976919dccc6 (diff) | |
download | FreeBSD-ports-bbbbae8b914fbb665c2f9f4e8504c497abe8ebee.zip FreeBSD-ports-bbbbae8b914fbb665c2f9f4e8504c497abe8ebee.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42350
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 390c9a9..b0e59ef 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} |