diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 11:47:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 11:47:57 +0000 |
commit | 7ac72a36e41ea2d3b59444a97479ef34b16c9052 (patch) | |
tree | 5aa5de4ef0f9b9f8e6d731ef391a27e4c7bc9ccd /graphics/lensfun/Makefile | |
parent | 4d8e4822b4cb23d9d4b0adea9ae2c5a92dac29a0 (diff) | |
download | pkgsrc-7ac72a36e41ea2d3b59444a97479ef34b16c9052.tar.gz |
Fix PLIST for doxygen-1.6.3 and DEPEND on that version.
Bump PKGREVISION.
Diffstat (limited to 'graphics/lensfun/Makefile')
-rw-r--r-- | graphics/lensfun/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index c72ef7f2408..e7409a8e97d 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/05/02 11:39:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/06/05 11:47:57 wiz Exp $ # DISTNAME= lensfun-0.2.5 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/lensfun/ EXTRACT_SUFX= .tar.bz2 @@ -11,7 +12,7 @@ HOMEPAGE= http://lensfun.berlios.de/ COMMENT= Library for rectifying defects introduced by photographic equipment LICENSE= gnu-lgpl-v3 -BUILD_DEPENDS+= doxygen>=1.6.2:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.6.3:../../devel/doxygen BUILD_DEPENDS+= makedepend-[0-9]*:../../devel/makedepend HAS_CONFIGURE= yes |