pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libhubbub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 11 08:10:56 UTC 2025

Modified Files:
        pkgsrc/www/libhubbub: Makefile

Log Message:
libhubbub: add missing tool dependency on gperf


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/libhubbub/Makefile

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

Modified files:

Index: pkgsrc/www/libhubbub/Makefile
diff -u pkgsrc/www/libhubbub/Makefile:1.1 pkgsrc/www/libhubbub/Makefile:1.2
--- pkgsrc/www/libhubbub/Makefile:1.1   Fri Feb  7 16:02:58 2025
+++ pkgsrc/www/libhubbub/Makefile       Tue Feb 11 08:10:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/02/07 16:02:58 pho Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/11 08:10:56 wiz Exp $
 
 DISTNAME=      libhubbub-0.3.8-src
 PKGNAME=       ${DISTNAME:S/-src$//}
@@ -11,6 +11,9 @@ HOMEPAGE=     https://www.netsurf-browser.or
 COMMENT=       HTML5 compliant parsing library
 LICENSE=       mit
 
+TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+TOOL_DEPENDS+= netsurf-buildsystem-[0-9]*:../../devel/netsurf-buildsystem
+
 USE_LANGUAGES=         c
 USE_CC_FEATURES=       c99
 USE_TOOLS+=            gmake perl
@@ -21,7 +24,5 @@ MAKE_ENV+=    PKGCONFIG=${TOOLS_CMD.pkg-con
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
-TOOL_DEPENDS+= netsurf-buildsystem-[0-9]*:../../devel/netsurf-buildsystem
-
 .include "../../textproc/libparserutils/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index