diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /graphics/jpeg/Makefile | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 54b5ad3b96c..415357f2d16 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/30 18:58:09 tv Exp $ +# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:30 hubertf Exp $ # DISTNAME= jpegsrc.v6b @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.ijg.org/ -CONFLICTS= jpeg-6a - USE_LIBTOOL= yes GNU_CONFIGURE= yes |