summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-07 09:35:05 +0000
committerrillig <rillig@pkgsrc.org>2006-07-07 09:35:05 +0000
commit9d56a4fce93240906b6fd645c7591e8ca5e69a0b (patch)
treeea21345812a3f4c45596dca942b302ec0b98201d /graphics
parent8623fd4628f01702b99323845eba9e5652ac3f2e (diff)
downloadpkgsrc-9d56a4fce93240906b6fd645c7591e8ca5e69a0b.tar.gz
The TEST_TARGET "test" does not exist anymore. It is called "check" now.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/Makefile4
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"