openbsd-ports/textproc/gtkspell
ajacoutot ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
..
pkg Tweak DESCR/COMMENT in preparation for gtkspell3. 2012-04-11 09:10:09 +00:00
distinfo Maintainance update to gtkspell-2.0.16. 2010-07-02 17:50:45 +00:00
Makefile Stupid autohell is stupid... 2012-09-21 14:48:05 +00:00