pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/ibus-qt



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:36:42 UTC 2020

Modified Files:
        pkgsrc/inputmethod/ibus-qt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/inputmethod/ibus-qt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/ibus-qt/Makefile
diff -u pkgsrc/inputmethod/ibus-qt/Makefile:1.57 pkgsrc/inputmethod/ibus-qt/Makefile:1.58
--- pkgsrc/inputmethod/ibus-qt/Makefile:1.57    Sun Apr 12 08:28:52 2020
+++ pkgsrc/inputmethod/ibus-qt/Makefile Thu May 14 19:36:42 2020
@@ -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_LANGUAGES=                c c++
 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