pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gupnp
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 4 12:17:56 UTC 2023
Modified Files:
pkgsrc/net/gupnp: Makefile
Log Message:
gupnp: really fix documentation build
add another missing dependency, and TOOL_DEPEND on libxslt for xsltproc
instead of using its buildlink3.mk
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/gupnp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gupnp/Makefile
diff -u pkgsrc/net/gupnp/Makefile:1.86 pkgsrc/net/gupnp/Makefile:1.87
--- pkgsrc/net/gupnp/Makefile:1.86 Sun Sep 3 11:58:54 2023
+++ pkgsrc/net/gupnp/Makefile Mon Sep 4 12:17:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2023/09/03 11:58:54 adam Exp $
+# $NetBSD: Makefile,v 1.87 2023/09/04 12:17:55 wiz Exp $
DISTNAME= gupnp-1.6.5
CATEGORIES= net
@@ -10,6 +10,9 @@ HOMEPAGE= https://wiki.gnome.org/Project
COMMENT= Framework for UPnP devices
LICENSE= gnu-lgpl-v2
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
USE_TOOLS+= pkg-config
REPLACE_PYTHON= tools/gupnp-binding-tool
@@ -41,6 +44,4 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.5
.include "../../net/libsoup3/buildlink3.mk"
.include "../../net/gssdp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libxslt= build # for xsltproc
-.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index