Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus-qt Since disabling doxygen logic no l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c68ae3d641
branches:  trunk
changeset: 431603:57c68ae3d641
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:36:42 2020 +0000

description:
Since disabling doxygen logic no longer works, just pull in the
dependency

diffstat:

 inputmethod/ibus-qt/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r dbe5757bc1fe -r 57c68ae3d641 inputmethod/ibus-qt/Makefile
--- a/inputmethod/ibus-qt/Makefile      Thu May 14 19:35:59 2020 +0000
+++ b/inputmethod/ibus-qt/Makefile      Thu May 14 19:36:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2020/04/12 08:28:52 adam Exp $
+# $NetBSD: Makefile,v 1.58 2020/05/14 19:36:42 joerg Exp $
 
 DISTNAME=      ibus-qt-1.3.3-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
@@ -16,9 +16,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config
 
-# optionally, but required by configure.
-#BUILD_DEPENDS+=       doxygen>=1.6:../../devel/doxygen
-TOOLS_NOOP=            doxygen
+BUILD_DEPENDS+=        doxygen>=1.6:../../devel/doxygen
 
 # avoid lib64
 CMAKE_ARGS+=           -DLIBDIR=lib



Home | Main Index | Thread Index | Old Index