Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/warzone2100 warzone2100: fix path to ruby-asciid...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c13a8a63b371
branches:  trunk
changeset: 436060:c13a8a63b371
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 26 17:10:48 2020 +0000

description:
warzone2100: fix path to ruby-asciidoctor

Remove superfluous API depends versions (bl3.mk already requires newer)
as reported by pkglint.

diffstat:

 games/warzone2100/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r d2c18d27b351 -r c13a8a63b371 games/warzone2100/Makefile
--- a/games/warzone2100/Makefile        Sun Jul 26 09:38:50 2020 +0000
+++ b/games/warzone2100/Makefile        Sun Jul 26 17:10:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/07/20 20:21:26 triaxx Exp $
+# $NetBSD: Makefile,v 1.39 2020/07/26 17:10:48 wiz Exp $
 
 DISTNAME=      warzone2100_src
 PKGNAME=       warzone2100-3.4.1
@@ -18,7 +18,7 @@
 USE_TOOLS+=    msgfmt msgmerge xgettext
 
 .include "../../lang/ruby/rubyversion.mk"
-BUILD_DEPENDS+=        ${RUBY_PKGPREFIX}-asciidoctor>=1.5.3:../../print/ruby-asciidoctor
+BUILD_DEPENDS+=        ${RUBY_PKGPREFIX}-asciidoctor>=1.5.3:../../textproc/ruby-asciidoctor
 
 # Could NOT find Gettext: Found unsuitable version "0.16.1", but
 # required is at least "0.18"
@@ -51,14 +51,12 @@
 .include "../../devel/physfs/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.harfbuzz+=       harfbuzz>=1.0
 .include "../../fonts/harfbuzz/buildlink3.mk"
 BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.10.2
 .include "../../graphics/freetype2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glew+=           glew>=1.5.2
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.png+=            png>=1.2
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/quesoglc/buildlink3.mk"
 .include "../../multimedia/libtheora/buildlink3.mk"



Home | Main Index | Thread Index | Old Index