diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-21 23:43:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-21 23:43:42 +0000 |
commit | 35cd6d9030154bdcad078f4ade52434f738eae48 (patch) | |
tree | 431b1adbab69321e91b3c64ec566b9fcb93f2fdc /graphics/lensfun | |
parent | 694eb8020565e09e389207f11c5df66b65dda2fc (diff) | |
download | pkgsrc-35cd6d9030154bdcad078f4ade52434f738eae48.tar.gz |
Fix PLIST for doxygen>=1.5.9, and depend on it.
Bump PKGREVISION.
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 5 | ||||
-rw-r--r-- | graphics/lensfun/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 584adfc1801..46fec2a61f8 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/09 19:44:50 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/21 23:43:42 wiz Exp $ # DISTNAME= lensfun-0.2.3 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/lensfun/ \ http://download2.berlios.de/lensfun/ @@ -12,7 +13,7 @@ HOMEPAGE= http://lensfun.berlios.de/ COMMENT= Library for rectifying defects introduced by photographic equipment LICENSE= gnu-lgpl-v3 -BUILD_DEPENDS+= doxygen>=1.5.7.1:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.5.9:../../devel/doxygen BUILD_DEPENDS+= makedepend-[0-9]*:../../devel/makedepend HAS_CONFIGURE= yes diff --git a/graphics/lensfun/PLIST b/graphics/lensfun/PLIST index 37d24f817e6..9bf77aa21bb 100644 --- a/graphics/lensfun/PLIST +++ b/graphics/lensfun/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/09 19:44:50 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/08/21 23:43:42 wiz Exp $ include/lensfun.h lib/liblensfun.so lib/liblensfun.so.0 @@ -44,7 +44,7 @@ share/doc/${PKGNAME}/manual/group__Database.html share/doc/${PKGNAME}/manual/group__Lens.html share/doc/${PKGNAME}/manual/group__Mount.html share/doc/${PKGNAME}/manual/index.html -share/doc/${PKGNAME}/manual/lensfun_8h-source.html +share/doc/${PKGNAME}/manual/lensfun_8h_source.html share/doc/${PKGNAME}/manual/lensfun_8h.html share/doc/${PKGNAME}/manual/lgpl.html share/doc/${PKGNAME}/manual/license.html |