diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-07 09:35:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-07 09:35:05 +0000 |
commit | 4f6f0572614025cab623f2afed9c8e1c963c4019 (patch) | |
tree | ea21345812a3f4c45596dca942b302ec0b98201d | |
parent | 014e4283d352c85d75facdbe536671f2a08569b3 (diff) | |
download | pkgsrc-4f6f0572614025cab623f2afed9c8e1c963c4019.tar.gz |
The TEST_TARGET "test" does not exist anymore. It is called "check" now.
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index e4c512d3198..56ad1ee0b13 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2006/06/29 22:21:18 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2006/07/07 09:35:05 rillig Exp $ DISTNAME= libpng-1.2.12 PKGNAME= ${DISTNAME:S/lib//} @@ -18,7 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= scripts/libpng.pc.in -TEST_TARGET= test +TEST_TARGET= check USE_LIBTOOL= yes .include "../../mk/bsd.prefs.mk" |