pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/blackbox70 Depends on devel/gettext-tools now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28041ce0542a
branches:  trunk
changeset: 313873:28041ce0542a
user:      he <he%pkgsrc.org@localhost>
date:      Fri Oct 12 18:28:53 2018 +0000

description:
Depends on devel/gettext-tools now.
Also, use ${SH} to invoke autogen.sh.
Ride previous commit's version bump.

diffstat:

 wm/blackbox70/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d3fa5a3e161c -r 28041ce0542a wm/blackbox70/Makefile
--- a/wm/blackbox70/Makefile    Fri Oct 12 18:10:23 2018 +0000
+++ b/wm/blackbox70/Makefile    Fri Oct 12 18:28:53 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/10/12 18:00:55 he Exp $
+# $NetBSD: Makefile,v 1.14 2018/10/12 18:28:53 he Exp $
 
 VERSION=       0.72
 DISTNAME=      blackbox-${VERSION}
@@ -26,9 +26,10 @@
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 pre-configure:
-               cd ${WRKSRC}; ./autogen.sh
+               cd ${WRKSRC}; ${SH} ./autogen.sh
 
 .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