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 | |
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>
-rw-r--r-- | textproc/gdict/Makefile | 3 | ||||
-rw-r--r-- | textproc/gutenbook/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-LibRSVG/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/gdict/Makefile b/textproc/gdict/Makefile index d4ce700..7e9aed3 100644 --- a/textproc/gdict/Makefile +++ b/textproc/gdict/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ MAINTAINER= domi@saargate.de -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin diff --git a/textproc/gutenbook/Makefile b/textproc/gutenbook/Makefile index 1f55168..24c80de 100644 --- a/textproc/gutenbook/Makefile +++ b/textproc/gutenbook/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 NO_BUILD= yes MODULES= Etext.pm File.pm Index.pm Network.pm PropList.pm 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} |