diff options
author | tv <tv@pkgsrc.org> | 2005-01-26 17:34:57 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-26 17:34:57 +0000 |
commit | 358226a3e56bcb6b219a0b0596a8be8044ac3469 (patch) | |
tree | 5c90d5b720ea119f5ca5df80deaf469138ca20fc /graphics/gdchart | |
parent | f2854af35063a4ae7fd5781dc410432dbe78ee39 (diff) | |
download | pkgsrc-358226a3e56bcb6b219a0b0596a8be8044ac3469.tar.gz |
TEST_TARGET is broken; comment it out.
Diffstat (limited to 'graphics/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index d78801e9d46..a45efb5d819 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/01/19 09:05:44 adam Exp $ +# $NetBSD: Makefile,v 1.16 2005/01/26 17:34:57 tv Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 @@ -13,7 +13,7 @@ COMMENT= Easy to use, fast C API for creating charts and graphs USE_BUILDLINK3= yes USE_LIBTOOL= yes -TEST_TARGET= gdc_samp1 gdc_samp2 gdc_pie_samp ft_samp +#TEST_TARGET= gdc_samp1 gdc_samp2 gdc_pie_samp ft_samp post-patch: for fn in ${WRKSRC}/*.[ch]; do \ |