diff options
author | leot <leot@pkgsrc.org> | 2019-03-28 22:38:44 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-03-28 22:38:44 +0000 |
commit | 8060e8ff47e1d64de4bf809cb12b96f5007e08b9 (patch) | |
tree | 40e852076d8b6d7d986f26f0056e0bb225e28d6f /textproc/unicode-character-database | |
parent | 6ca18e092231c40fd4d130d5c0b25d9d1b94f826 (diff) | |
download | pkgsrc-8060e8ff47e1d64de4bf809cb12b96f5007e08b9.tar.gz |
unicode-character-database: pax is needed as tool dependency
Diffstat (limited to 'textproc/unicode-character-database')
-rw-r--r-- | textproc/unicode-character-database/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/unicode-character-database/Makefile b/textproc/unicode-character-database/Makefile index 954b78fce49..5e82fa8e707 100644 --- a/textproc/unicode-character-database/Makefile +++ b/textproc/unicode-character-database/Makefile @@ -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 |