Set BUILD_DEPENDS on doxygen to 1.5.6 because doxygen's ABI changed
in that version to generate additional files.
This commit is contained in:
parent
0389bcee17
commit
4ff45ce856
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.30 2008/06/12 11:52:37 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2008/06/13 12:22:55 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tidy-20080423
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Fixes and tidies up HTML files
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt
|
||||
BUILD_DEPENDS+= doxygen>=1.0:../../devel/doxygen
|
||||
BUILD_DEPENDS+= doxygen>=1.5.6:../../devel/doxygen
|
||||
|
||||
WRKSRC= ${WRKDIR}/tidy
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue