pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/viking



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:15:37 UTC 2021

Modified Files:
        pkgsrc/geography/viking: Makefile

Log Message:
viking: needs docbook-xsl


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/geography/viking/Makefile

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

Modified files:

Index: pkgsrc/geography/viking/Makefile
diff -u pkgsrc/geography/viking/Makefile:1.120 pkgsrc/geography/viking/Makefile:1.121
--- pkgsrc/geography/viking/Makefile:1.120      Sun May  2 10:24:49 2021
+++ pkgsrc/geography/viking/Makefile    Fri May 14 14:15:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2021/05/02 10:24:49 nia Exp $
+# $NetBSD: Makefile,v 1.121 2021/05/14 14:15:36 nia Exp $
 #
 
 VERSION=               1.9
@@ -11,9 +11,10 @@ EXTRACT_SUFX=                .tar.bz2
 MAINTAINER=            gdt%NetBSD.org@localhost
 HOMEPAGE=              https://sourceforge.net/projects/viking/
 COMMENT=               Viking manages GPS data, supports OpenStreetMap and geocaching
-
 LICENSE=               gnu-gpl-v2
 
+TOOL_DEPENDS+=         docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
 # viking says it "will" use c++11, and mapnik (not yet included) needs
 # c++11.
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index