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

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

Diff for /pkgsrc/wm/fvwm3/Makefile between version 1.3 and 1.4

version 1.3, 2020/11/23 13:43:52 version 1.4, 2021/01/06 18:57:17
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       fvwm3-1.0.1  DISTNAME=       fvwm3-1.0.2
 CATEGORIES=     wm x11  CATEGORIES=     wm x11
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=fvwmorg/}  MASTER_SITES=   ${MASTER_SITE_GITHUB:=fvwmorg/}
 GITHUB_RELEASE= ${PKGVERSION_NOREV}  GITHUB_RELEASE= ${PKGVERSION_NOREV}
Line 14  GNU_CONFIGURE= yes
Line 14  GNU_CONFIGURE= yes
   
 USE_TOOLS+=     pkg-config perl:run  USE_TOOLS+=     pkg-config perl:run
 USE_TOOLS+=     msgfmt msgmerge xgettext  USE_TOOLS+=     msgfmt msgmerge xgettext
   USE_TOOLS+=     gmake # needed for manpages installation
   
 # xsltproc  # asciidoctor
 TOOL_DEPENDS+=  libxslt-[0-9]*:../../textproc/libxslt  TOOL_DEPENDS+=  ${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
   
 # otherwise we get installed scripts that point to the tools directory.  # otherwise we get installed scripts that point to the tools directory.
 CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN}  CONFIGURE_ENV+= ac_cv_path_PYTHON=${PYTHONBIN}
 CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5}  CONFIGURE_ENV+= ac_cv_path_PERL=${PERL5}
   CONFIGURE_ENV+= ac_cv_prog_ASCIIDOC=${PREFIX}/bin/asciidoctor${RUBY_VER}
   
 CONFIGURE_ARGS+=        --enable-mandoc  CONFIGURE_ARGS+=        --enable-mandoc
   
Line 34  BUILDLINK_API_DEPENDS.libevent+= libeven
Line 36  BUILDLINK_API_DEPENDS.libevent+= libeven
 .include "../../devel/libevent/buildlink3.mk"  .include "../../devel/libevent/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"  .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"  .include "../../lang/python/pyversion.mk"
   .include "../../lang/ruby/rubyversion.mk"
 .include "../../x11/libSM/buildlink3.mk"  .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"  .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"  .include "../../x11/libXcursor/buildlink3.mk"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>