diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /graphics/png/Makefile | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index f8c7cd6eab7..f27b31bf8fb 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:01 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1999/02/20 22:48:31 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp # @@ -12,8 +12,6 @@ HOMEPAGE= http://www.cdrom.com/pub/png/ USE_LIBTOOL= yes -CONFLICTS= png-0.96 - MAKEFILE= scripts/makefile.std .include "../../mk/bsd.pkg.mk" |