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: Mon Apr 15 17:07:53 UTC 2024
Modified Files:
pkgsrc/devel/doxygen: Makefile
Log Message:
doxygen: just uses command-line graphviz tools
DEPEND on graphviz instead of using its bl3.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 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.185 pkgsrc/devel/doxygen/Makefile:1.186
--- pkgsrc/devel/doxygen/Makefile:1.185 Mon Apr 15 10:51:34 2024
+++ pkgsrc/devel/doxygen/Makefile Mon Apr 15 17:07:53 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.185 2024/04/15 10:51:34 micha Exp $
+# $NetBSD: Makefile,v 1.186 2024/04/15 17:07:53 wiz Exp $
DISTNAME= doxygen-1.10.0.src
PKGNAME= ${DISTNAME:S/.src//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://doxygen.nl/files/
@@ -11,6 +11,8 @@ HOMEPAGE= https://www.doxygen.nl/
COMMENT= Documentation system for C++, Java, IDL and C
LICENSE= gnu-gpl-v2
+DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
+
EXTRACT_USING= gtar # Cannot restore extended attributes
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -78,7 +80,6 @@ CMAKE_GENERATOR= make
.include "../../devel/cmake/build.mk"
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../graphics/graphviz/buildlink3.mk"
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index