pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/unicode-character-database



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Mar 28 22:38:44 UTC 2019

Modified Files:
        pkgsrc/textproc/unicode-character-database: Makefile

Log Message:
unicode-character-database: pax is needed as tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/unicode-character-database/Makefile

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

Modified files:

Index: pkgsrc/textproc/unicode-character-database/Makefile
diff -u pkgsrc/textproc/unicode-character-database/Makefile:1.2 pkgsrc/textproc/unicode-character-database/Makefile:1.3
--- pkgsrc/textproc/unicode-character-database/Makefile:1.2     Sun Aug 12 11:43:44 2018
+++ pkgsrc/textproc/unicode-character-database/Makefile Thu Mar 28 22:38:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/08/12 11:43:44 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2019/03/28 22:38:44 leot Exp $
 
 UCD_VERSION=   11.0.0
 DISTNAME=      unicode-character-database-${UCD_VERSION}
@@ -14,6 +14,7 @@ COMMENT=      Unicode Character Database
 LICENSE=       unicode
 
 USE_LANGUAGES= # none
+USE_TOOLS+=    pax
 NO_BUILD=      YES
 NO_CONFIGURE=  YES
 



Home | Main Index | Thread Index | Old Index