diff options
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 5994badf1ab..45df1ce6cba 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/12/20 17:54:27 fredb Exp $ +# $NetBSD: Makefile,v 1.47 2003/02/17 15:28:00 dillo Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -19,6 +19,7 @@ COMMENT= Library for manipulating PNG images USE_BUILDLINK2= yes USE_LIBTOOL= yes +TEST_TARGET= test LIBPNG_SO_MAJOR= 3 LIBPNG_SO_MINOR= 1 @@ -35,8 +36,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5 -test: build - @cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} test - .include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |