svn commit: r386344 - head/textproc/ibus

Thomas Zander riggs at FreeBSD.org
Thu May 14 16:08:36 UTC 2015


Author: riggs
Date: Thu May 14 16:08:35 2015
New Revision: 386344
URL: https://svnweb.freebsd.org/changeset/ports/386344

Log:
  Fix build break when DOCS OPTION is deselected
  
  PR:		200110
  Submitted by:	henry.hu.sh at gmail.com (maintainer)

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Thu May 14 16:04:18 2015	(r386343)
+++ head/textproc/ibus/Makefile	Thu May 14 16:08:35 2015	(r386344)
@@ -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
 


More information about the svn-ports-all mailing list