diff options
-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 d4ce7003accf..7e9aed31f008 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 1f5516838578..24c80de5da47 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 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} |