diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-19 10:41:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-19 10:41:48 +0000 |
commit | 89102e27230926581645f1726561eda4be93bbcf (patch) | |
tree | 041c57c5a1612455f5d4fedadb9ac62a77a100b2 /devel | |
parent | 391e366497dc5ef406c135e7484954058d311d06 (diff) | |
download | pkgsrc-89102e27230926581645f1726561eda4be93bbcf.tar.gz |
Comment out TEST_TARGET -- it does not work,
since buildlink3 hides the needed scripts from autoconf too well.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index cb38d867690..e1a7ccfab72 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -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 @@ INFO_FILES= automake.info 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" |