diff options
author | gdt <gdt> | 2012-12-20 01:24:34 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-12-20 01:24:34 +0000 |
commit | 78cdd2fc0130020ca42143a2eeb5e884298632c8 (patch) | |
tree | 3aa3efa001f9c88aaf016cd8851d939bddda1c99 /geography/libgeotiff | |
parent | 8c13ef6a24d01fe55016114257b1791972c7bbd8 (diff) | |
download | pkgsrc-78cdd2fc0130020ca42143a2eeb5e884298632c8.tar.gz |
Note that options for zlib and jpeg support are desirable.
(This commit adds a comment and does not change code.)
Diffstat (limited to 'geography/libgeotiff')
-rw-r--r-- | geography/libgeotiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/libgeotiff/Makefile b/geography/libgeotiff/Makefile index 5a644490001..8aac710de8b 100644 --- a/geography/libgeotiff/Makefile +++ b/geography/libgeotiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/12/11 23:35:37 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/20 01:24:34 gdt Exp $ DISTNAME= libgeotiff-1.4.0 CATEGORIES= graphics @@ -12,6 +12,8 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes +# TODO: add options for zlib and jpeg support + .include "../../geography/proj/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |