From 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 10 Jun 2001 00:08:41 +0000 Subject: Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless. --- graphics/png/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'graphics/png/Makefile') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index f471066c2d7..695575cd545 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/05/28 02:41:54 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2001/06/10 00:08:44 jlam Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). @@ -24,8 +24,6 @@ MAKE_ENV+= REALCC="${CC}" CFLAGS+= -I${BUILDLINK_INCDIR} LDFLAGS+= -L${BUILDLINK_LIBDIR} -pre-configure: ${BUILDLINK_TARGETS} - post-install: ${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3 -- cgit v1.2.3