diff options
author | he <he@pkgsrc.org> | 2018-10-12 19:16:29 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2018-10-12 19:16:29 +0000 |
commit | 4b1f1d17a40a74f01630fb510dc33a262fed6c84 (patch) | |
tree | f77a76b822a715f9c203ac5f635854219c6408de /wm/blackbox70 | |
parent | a28c438dee542a478524fd51c16558d61fc2558e (diff) | |
download | pkgsrc-4b1f1d17a40a74f01630fb510dc33a262fed6c84.tar.gz |
Don't use buildlink3.mk of gettex-tools, instead refer
to USE_TOOLS+= gettext-m4.
Diffstat (limited to 'wm/blackbox70')
-rw-r--r-- | wm/blackbox70/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index 7608c6f9576..8ef5b8191c0 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/10/12 18:28:53 he Exp $ +# $NetBSD: Makefile,v 1.15 2018/10/12 19:16:29 he Exp $ VERSION= 0.72 DISTNAME= blackbox-${VERSION} @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++03 GNU_CONFIGURE= YES USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_TOOLS+= automake autoconf +USE_TOOLS+= automake autoconf gettext-m4 LIBS+= ${BUILDLINK_LDADD.iconv} @@ -31,5 +31,4 @@ pre-configure: .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -.include "../../devel/gettext-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |