pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/blackbox70



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Oct 12 19:16:29 UTC 2018

Modified Files:
        pkgsrc/wm/blackbox70: Makefile

Log Message:
Don't use buildlink3.mk of gettex-tools, instead refer
to USE_TOOLS+= gettext-m4.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/wm/blackbox70/Makefile

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

Modified files:

Index: pkgsrc/wm/blackbox70/Makefile
diff -u pkgsrc/wm/blackbox70/Makefile:1.14 pkgsrc/wm/blackbox70/Makefile:1.15
--- pkgsrc/wm/blackbox70/Makefile:1.14  Fri Oct 12 18:28:53 2018
+++ pkgsrc/wm/blackbox70/Makefile       Fri Oct 12 19:16:29 2018
@@ -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"



Home | Main Index | Thread Index | Old Index