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 18:28:53 UTC 2018
Modified Files:
pkgsrc/wm/blackbox70: Makefile
Log Message:
Depends on devel/gettext-tools now.
Also, use ${SH} to invoke autogen.sh.
Ride previous commit's version bump.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/wm/blackbox70/Makefile:1.14
--- pkgsrc/wm/blackbox70/Makefile:1.13 Fri Oct 12 18:00:55 2018
+++ pkgsrc/wm/blackbox70/Makefile Fri Oct 12 18:28:53 2018
@@ -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 @@ LIBS+= ${BUILDLINK_LDADD.iconv}
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