pkgsrc-WIP-changes archive

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

badwolf: removed some duplicates



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Mon Oct 23 08:08:04 2023 -0400
Changeset:	05eec6ddcfa467d99f5209b79e47b4c12e75f968

Modified Files:
	badwolf/Makefile

Log Message:
badwolf: removed some duplicates

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=05eec6ddcfa467d99f5209b79e47b4c12e75f968

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

diffstat:
 badwolf/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/badwolf/Makefile b/badwolf/Makefile
index 2c15eec760..b5d154c3f2 100644
--- a/badwolf/Makefile
+++ b/badwolf/Makefile
@@ -10,17 +10,14 @@ HOMEPAGE=	https://hacktivis.me/projects/badwolf
 COMMENT=	Minimalist and privacy-oriented webkit browser
 LICENSE=	modified-bsd
 
-DEPENDS+=	ninja-build>=1.7:../../devel/ninja-build
-
 USE_TOOLS+=		pkg-config
-#USE_PKGLOCALEDIR=	yes
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV+=	MANDIR=${PREFIX}/${PKGMANDIR}
 
 TOOL_DEPENDS+=	gperf-[0-9]*:../../devel/gperf
 TOOL_DEPENDS+=	lcms2-[0-9]*:../../graphics/lcms2
-DEPENDS+=	ninja-build>=1.7:../../devel/ninja-build
+TOOL_DEPENDS+=	ninja-build>=1.7:../../devel/ninja-build
 
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
@@ -30,7 +27,6 @@ do-install:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} \
 		ninja -j ${MAKE_JOBS:U1} install
 
-#.include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index