[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / sword

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

Diff for /pkgsrc/misc/sword/Makefile between version 1.13 and 1.22

version 1.13, 2017/08/24 20:03:00 version 1.22, 2018/12/09 18:52:04
Line 2 
Line 2 
 #  #
   
 DISTNAME=       sword-1.7.4  DISTNAME=       sword-1.7.4
 PKGREVISION=    11  PKGREVISION=    19
 CATEGORIES=     misc  CATEGORIES=     misc
 MASTER_SITES=   http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/  MASTER_SITES=   http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/
   
Line 25  INSTALL_TARGET= install install_config
Line 25  INSTALL_TARGET= install install_config
 REQD_FILES=     ${PREFIX}/share/examples/sword/sword.conf \  REQD_FILES=     ${PREFIX}/share/examples/sword/sword.conf \
                 ${PKG_SYSCONFDIR}/sword.conf                  ${PKG_SYSCONFDIR}/sword.conf
   
   # needed with at least GCC-5.4.0 which has a default value of 25
   CXXFLAGS+=      -ftemplate-depth=50
   
 .include "../../textproc/icu/buildlink3.mk"  .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libclucene/buildlink3.mk"  .include "../../textproc/libclucene/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>