[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libtheora-docs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/multimedia/libtheora-docs/Makefile between version 1.6 and 1.10

version 1.6, 2012/09/01 19:28:26 version 1.10, 2016/11/24 13:43:36
Line 4 
Line 4 
 .include "../../multimedia/libtheora/Makefile.common"  .include "../../multimedia/libtheora/Makefile.common"
   
 PKGNAME=        ${DISTNAME:S/theora/theora-docs/}  PKGNAME=        ${DISTNAME:S/theora/theora-docs/}
 PKGREVISION=    1  PKGREVISION=    4
 COMMENT=        Video codec for Ogg multimedia streaming (API documentation)  COMMENT=        Video codec for Ogg multimedia streaming (API documentation)
   
 BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen  BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
   
 CONFIGURE_ARGS+=        --disable-oggtest  CONFIGURE_ARGS+=        --disable-oggtest
 CONFIGURE_ARGS+=        --disable-vorbistest  CONFIGURE_ARGS+=        --disable-vorbistest
 CONFIGURE_ARGS+=        ac_cv_func_oggpackB_read=yes  CONFIGURE_ARGS+=        ac_cv_func_oggpackB_read=yes
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 BUILD_DIRS=     doc  BUILD_DIRS=     doc
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>