pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen doxygen: mark python as build dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/770e0b79e575
branches:  trunk
changeset: 450252:770e0b79e575
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 13 09:02:25 2021 +0000

description:
doxygen: mark python as build dependency

Bump PKGREVISION.

diffstat:

 devel/doxygen/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r d8d6dc98dd72 -r 770e0b79e575 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Tue Apr 13 08:55:58 2021 +0000
+++ b/devel/doxygen/Makefile    Tue Apr 13 09:02:25 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.152 2020/11/05 09:07:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.153 2021/04/13 09:02:25 wiz Exp $
 
 DISTNAME=      doxygen-1.8.20.src
 PKGNAME=       ${DISTNAME:S/.src//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://doxygen.nl/files/
 
@@ -29,6 +29,8 @@
 CMAKE_ARGS+=           -DGIT_EXECUTABLE=git # avoid searching for git executable
 TEST_TARGET=           tests
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 # Case Insensitive or Case Sensitive File System
 PLIST_VARS+=           ci cs
 
@@ -71,7 +73,6 @@
 .endif
 
 .include "../../converters/libiconv/buildlink3.mk"
-BUILDLINK_API_DEPENDS.graphviz+=       graphviz>=2.12nb1
 .include "../../graphics/graphviz/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index