diff options
author | adam <adam@pkgsrc.org> | 2015-09-05 10:47:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-09-05 10:47:57 +0000 |
commit | 7c847cc6c7536aaedcbae3edfa80357b992a15a7 (patch) | |
tree | 7fcb94dde025364a445b3f66014704c00a0795b7 /graphics/tiff/Makefile | |
parent | 73d25e91b75ad56e3ee89f1adab3d0a89aecc388 (diff) | |
download | pkgsrc-7c847cc6c7536aaedcbae3edfa80357b992a15a7.tar.gz |
Changes 4.0.5:
* Support for configure/build using CMake.
* Support for large (> 2GB) files under Microsoft Windows.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 71d91568504..f5c8f5d6d6a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2015/06/30 10:42:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.120 2015/09/05 10:47:57 adam Exp $ -DISTNAME= tiff-4.0.4 +DISTNAME= tiff-4.0.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ @@ -12,8 +12,8 @@ LICENSE= mit EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --enable-cxx |