diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 17:06:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 17:06:49 +0000 |
commit | 32d56ae68ad7efb4b83498c52a7f820e54887b87 (patch) | |
tree | 0c4d0c1f381f4e3e76b7e77408205f35afe358fa /biology | |
parent | 83e003bfd421cc4ecbb8824e54e6e3e53f32f8c4 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/vcftools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/biology/vcftools/Makefile b/biology/vcftools/Makefile index 881599ad3def..0c55b96fef55 100644 --- a/biology/vcftools/Makefile +++ b/biology/vcftools/Makefile @@ -14,9 +14,6 @@ LICENSE= LGPL3 USES= autoreconf gmake perl5 pkgconfig GNU_CONFIGURE= yes -# No zlib.pc on 9.x -CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" - USE_GITHUB= yes .include <bsd.port.mk> |