diff options
author | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-10 00:08:41 +0000 |
commit | 0abea0e33d08a7fc9cc2a0b91ea73222313aba96 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /graphics | |
parent | a9bc6201ea785a6142ee22c3494592524f3646e8 (diff) | |
download | pkgsrc-0abea0e33d08a7fc9cc2a0b91ea73222313aba96.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index a9696929d90..994478924a3 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2001/06/07 16:07:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2001/06/10 00:08:44 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -32,6 +32,4 @@ CPPFLAGS+= -I${BUILDLINK_INCDIR} CFLAGS+= -I${BUILDLINK_INCDIR} LDFLAGS+= -L${BUILDLINK_LIBDIR} -pre-configure: ${BUILDLINK_TARGETS} - .include "../../mk/bsd.pkg.mk" 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 diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index f54e759e601..6ebb97fde3c 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/05/28 02:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/06/10 00:08:45 jlam Exp $ DISTNAME= tiff-v3.5.5 PKGNAME= tiff-3.5.5 @@ -58,6 +58,4 @@ pre-patch: ${SED} -e "s,\(\$${CC} -o\),\$${LIBTOOL} \1,g" \ ${WRKSRC}/tools/Makefile.in.in > ${WRKSRC}/tools/Makefile.in -pre-configure: ${BUILDLINK_TARGETS} - .include "../../mk/bsd.pkg.mk" |