diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-05 20:10:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-05 20:10:36 +0000 |
commit | 4bed22fe1eccddde090e2a8dc0a4c3d13ad26a32 (patch) | |
tree | 75c5888bbcd3a83afda00836e32c2ebd88bc3d59 /converters/libcdr/Makefile | |
parent | 16c65899a3f0ff44d834c9c7a4173d43ac4fce12 (diff) | |
download | pkgsrc-4bed22fe1eccddde090e2a8dc0a4c3d13ad26a32.tar.gz |
Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++
Diffstat (limited to 'converters/libcdr/Makefile')
-rw-r--r-- | converters/libcdr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/libcdr/Makefile b/converters/libcdr/Makefile index fa95c3d821c..5d41b113648 100644 --- a/converters/libcdr/Makefile +++ b/converters/libcdr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 00:20:11 asau Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/05 20:10:36 wiz Exp $ DISTNAME= libcdr-0.0.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz @@ -11,7 +11,7 @@ HOMEPAGE= http://www.freedesktop.org/wiki/Software/libcdr/ COMMENT= Corel Draw file format importer library LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2 -BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.6:../../devel/doxygen USE_LANGUAGES= c c++ USE_LIBTOOL= yes |