pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/goaccess



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Aug 29 18:04:10 UTC 2019

Modified Files:
        pkgsrc/www/goaccess: Makefile

Log Message:
Also TOOL_DEPENDS on gettext-tools, for autopoint during configure.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/goaccess/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/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.19 pkgsrc/www/goaccess/Makefile:1.20
--- pkgsrc/www/goaccess/Makefile:1.19   Thu Aug 29 10:04:30 2019
+++ pkgsrc/www/goaccess/Makefile        Thu Aug 29 18:04:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/08/29 10:04:30 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2019/08/29 18:04:10 schmonz Exp $
 
 DISTNAME=      goaccess-1.3
 CATEGORIES=    www
@@ -9,10 +9,12 @@ HOMEPAGE=     http://goaccess.prosoftcorp.co
 COMMENT=       Real-time web log analyzer
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
+
 GNU_CONFIGURE= yes
 
 USE_LANGUAGES= c99
-USE_TOOLS+=     pkg-config aclocal autoconf automake
+USE_TOOLS+=    pkg-config aclocal autoconf automake
 USE_NCURSES=   yes
 
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}



Home | Main Index | Thread Index | Old Index