diff options
Diffstat (limited to 'multimedia/libtheora-docs/Makefile')
-rw-r--r-- | multimedia/libtheora-docs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libtheora-docs/Makefile b/multimedia/libtheora-docs/Makefile index d64235f654d..9c313f62313 100644 --- a/multimedia/libtheora-docs/Makefile +++ b/multimedia/libtheora-docs/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2009/10/20 15:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/01 19:28:26 marino Exp $ # .include "../../multimedia/libtheora/Makefile.common" PKGNAME= ${DISTNAME:S/theora/theora-docs/} +PKGREVISION= 1 COMMENT= Video codec for Ogg multimedia streaming (API documentation) -BUILD_DEPENDS+= doxygen>=1.5.9:../../devel/doxygen +BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen CONFIGURE_ARGS+= --disable-oggtest CONFIGURE_ARGS+= --disable-vorbistest |