pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/doxygen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 09:02:25 UTC 2021

Modified Files:
        pkgsrc/devel/doxygen: Makefile

Log Message:
doxygen: mark python as build dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/doxygen/Makefile

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

Modified files:

Index: pkgsrc/devel/doxygen/Makefile
diff -u pkgsrc/devel/doxygen/Makefile:1.152 pkgsrc/devel/doxygen/Makefile:1.153
--- pkgsrc/devel/doxygen/Makefile:1.152 Thu Nov  5 09:07:53 2020
+++ pkgsrc/devel/doxygen/Makefile       Tue Apr 13 09:02:25 2021
@@ -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+=          -DDOC_INSTALL_DIR=share/do
 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 @@ post-install:
 .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