diff options
author | gdt <gdt@pkgsrc.org> | 2013-03-01 14:38:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-03-01 14:38:51 +0000 |
commit | d19e44168d5cbec90f2146b31a264b784c82265b (patch) | |
tree | f6a86aae853855a787ed7f4ab1fe0f64f3db9227 /graphics/lensfun/Makefile | |
parent | cc704390a4468fde1854ee309dbd4137ac96bc63 (diff) | |
download | pkgsrc-d19e44168d5cbec90f2146b31a264b784c82265b.tar.gz |
Drop vestigial patch-ac.
Most of this had been applied upstream (or was taken from upstream).
The only thing left was adding an include of string.h, but it builds
w/o warnings without it, so that appears no longer necessary.
Diffstat (limited to 'graphics/lensfun/Makefile')
-rw-r--r-- | graphics/lensfun/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index f025b556bcb..ff1ae394fd4 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/03/01 14:35:53 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2013/03/01 14:38:51 gdt Exp $ # DISTNAME= lensfun-0.2.6 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/lensfun/ EXTRACT_SUFX= .tar.bz2 |