diff options
-rw-r--r-- | textproc/cldr-emoji-annotation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cldr-emoji-annotation/Makefile b/textproc/cldr-emoji-annotation/Makefile index c820d82c315..ae9c9d2490f 100644 --- a/textproc/cldr-emoji-annotation/Makefile +++ b/textproc/cldr-emoji-annotation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/10/03 15:16:01 tsutsui Exp $ +# $NetBSD: Makefile,v 1.9 2020/11/06 15:50:32 ryoon Exp $ CLDREMJVER= 37.0_13.0_0_2 DISTNAME= cldr-emoji-annotation-${CLDREMJVER} @@ -20,6 +20,6 @@ USE_TOOLS+= gmake USE_LANGUAGES+= c GNU_CONFIGURE= yes -NO_BUILD= YES +NO_BUILD= YES .include "../../mk/bsd.pkg.mk" |