[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / poppler

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

Diff for /pkgsrc/print/poppler/Makefile.common between version 1.108 and 1.109

version 1.108, 2019/03/27 11:18:38 version 1.109, 2019/05/09 09:28:22
Line 7 
Line 7 
 # used by print/poppler-qt5/Makefile  # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile  # used by print/poppler-utils/Makefile
   
 POPPLER_VERS=           0.74.0  POPPLER_VERS=   0.76.1
 DISTNAME=               poppler-${POPPLER_VERS}  DISTNAME=       poppler-${POPPLER_VERS}
 CATEGORIES=             print  CATEGORIES=     print
 MASTER_SITES=           https://poppler.freedesktop.org/  MASTER_SITES=   https://poppler.freedesktop.org/
 EXTRACT_SUFX=           .tar.xz  EXTRACT_SUFX=   .tar.xz
   
   MAINTAINER=     reed@reedmedia.net
   HOMEPAGE=       https://poppler.freedesktop.org/
   LICENSE=        gnu-gpl-v2
   
 HOMEPAGE=               https://poppler.freedesktop.org/  DISTINFO_FILE=  ${.CURDIR}/../../print/poppler/distinfo
 LICENSE=                gnu-gpl-v2  PATCHDIR=       ${.CURDIR}/../../print/poppler/patches
   
 DISTINFO_FILE=          ${.CURDIR}/../../print/poppler/distinfo  USE_CMAKE=              yes
 PATCHDIR=               ${.CURDIR}/../../print/poppler/patches  
   
 USE_TOOLS+=             pkg-config  
 USE_LIBTOOL=            yes  
 USE_LANGUAGES=          c c++14  USE_LANGUAGES=          c c++14
   USE_TOOLS+=             pkg-config
 GCC_REQD+=              4.9  GCC_REQD+=              4.9
   
 USE_CMAKE=              yes  
   
 # Don't accidentally find libtiff  # Don't accidentally find libtiff
 CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=TRUE  CMAKE_ARGS+=    -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=TRUE
   

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

CVSweb <webmaster@jp.NetBSD.org>