pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/rasqal rasqal: No need to inject a ac_cv_path...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdfc89b39026
branches:  trunk
changeset: 370811:bdfc89b39026
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Oct 24 12:06:24 2017 +0000

description:
rasqal: No need to inject a ac_cv_path_GTKDOC_CHECK_PATH, NFC

ac_cv_path_GTKDOC_CHECK_PATH isn't used by rasqal so don't inject it via
CONFIGURE_ENV. This was a copypasto from a similar devel/orc kludge related to
avoid picking up gtkdoc-* tools. NFC.

diffstat:

 textproc/rasqal/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 2d90c8003d03 -r bdfc89b39026 textproc/rasqal/Makefile
--- a/textproc/rasqal/Makefile  Tue Oct 24 11:46:56 2017 +0000
+++ b/textproc/rasqal/Makefile  Tue Oct 24 12:06:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/10/24 10:44:51 leot Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/24 12:06:24 leot Exp $
 
 DISTNAME=      rasqal-0.9.33
 PKGREVISION=   5
@@ -19,7 +19,6 @@
 # XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
 # XXX: package is installed and then fails in the installation phase.
 CONFIGURE_ENV+=                ac_cv_path_GTKDOC_CHECK= \
-                       ac_cv_path_GTKDOC_CHECK_PATH= \
                        ac_cv_path_GTKDOC_REBASE= \
                        ac_cv_path_GTKDOC_MKPDF=
 



Home | Main Index | Thread Index | Old Index