diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-05-14 16:08:35 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-05-14 16:08:35 +0000 |
commit | c4fc1f81bd4ef3622c6d37605cf001f50aeb4aa4 (patch) | |
tree | 57bb48764450602a39a48e02a951370112ceb66a /textproc/ibus | |
parent | a3029c85f48e267a331fc9e1bf5438855545ead8 (diff) |
Fix build break when DOCS OPTION is deselected
PR: 200110
Submitted by: henry.hu.sh@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=386344
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index ae3b5b925c0f..f76c5023d141 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS_SUB= yes INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-tests +CONFIGURE_ARGS= --disable-tests --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -82,7 +82,6 @@ DCONF_USE= GNOME=dconf,gconf2 DCONF_CONFIGURE_ENABLE= dconf DOCS_CONFIGURE_ENABLE= gtk-doc-html -DOCS_CONFIGURE_ON= --with-html-dir=${PREFIX}/share/doc XIM_CONFIGURE_ENABLE= xim |