pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/automake Comment out TEST_TARGET -- it does not ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/273437c69356
branches: trunk
changeset: 471128:273437c69356
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Mar 19 10:41:48 2004 +0000
description:
Comment out TEST_TARGET -- it does not work,
since buildlink3 hides the needed scripts from autoconf too well.
diffstat:
devel/automake/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 2d02ded8725b -r 273437c69356 devel/automake/Makefile
--- a/devel/automake/Makefile Fri Mar 19 08:34:01 2004 +0000
+++ b/devel/automake/Makefile Fri Mar 19 10:41:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/03/08 20:42:17 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2004/03/19 10:41:48 wiz Exp $
#
DISTNAME= automake-1.8.3
@@ -32,7 +32,9 @@
PERL5_REQD+= 5.5
-TEST_TARGET= check
+# doesn't work because buildlink3 hides scripts
+# from autoconf too well
+#TEST_TARGET= check
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index