diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmldoc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ibus/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index fc356f6adf9b..8823e40044fe 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -31,6 +31,7 @@ HTMLDOCGUI_DESC= Build GUI front-end HTMLDOCGUI_CONFIGURE_WITH= gui=yes HTMLDOCGUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig +HTMLDOCGUI_USES= xorg HTMLDOCGUI_USE= XORG=x11,xrender,xcursor,xfixes \ xext,xft,xinerama jpeg GNUTLS_CONFIGURE_ENABLE= gnutls diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 4c390b65efd2..a247459eb01e 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -62,6 +62,7 @@ GTK2_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +GTK3_USES= xorg GTK3_USE= GNOME=cairo,gtk30 XORG=x11,xi GTK3_CONFIGURE_ENABLE= gtk3 libnotify GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ |