diff options
author | gdt <gdt@pkgsrc.org> | 2012-12-20 01:24:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-12-20 01:24:34 +0000 |
commit | 8c7b6d8594719d72e8174b0d4be118865cdecefb (patch) | |
tree | 3aa3efa001f9c88aaf016cd8851d939bddda1c99 /geography | |
parent | 83fc7dacd0932bfd92d00c307a46b240dec9ff96 (diff) | |
download | pkgsrc-8c7b6d8594719d72e8174b0d4be118865cdecefb.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')
-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" |