diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-10 00:08:41 +0000 |
commit | 3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch) | |
tree | 0838924d49f3defeb8bcbef3b48f5456d0570a78 /graphics/tiff | |
parent | bbec7d214062528a54ab29394f673c001a251e76 (diff) | |
download | pkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.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/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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" |