diff options
-rw-r--r-- | editors/hexcurse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index c325510207c..4c71ca41b1a 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2020/03/06 12:15:59 nia Exp $ DISTNAME= hexcurse-1.60.0 GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,5 +13,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_NCURSES= yes # uses slk_* functions +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |