diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:58:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:20 +0000 |
commit | 8522c8336e1656c2058fb4052f10d945cf88f9f5 (patch) | |
tree | 6e5855d7385d9c3105c863bc0a7952c1d94130a9 /biology/htslib | |
parent | 6df3fa970f1c41f17f8c215df1a98c51fbeb90b8 (diff) | |
download | freebsd-ports-8522c8336e1656c2058fb4052f10d945cf88f9f5.zip |
biology/htslib: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'biology/htslib')
-rw-r--r-- | biology/htslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/htslib/Makefile b/biology/htslib/Makefile index d326ae2b0b65..ec7ab0ab4d8d 100644 --- a/biology/htslib/Makefile +++ b/biology/htslib/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdeflate.so:archivers/libdeflate TEST_DEPENDS= bash:shells/bash -USES= autoreconf gmake localbase pathfix perl5 shebangfix tar:bzip2 +USES= autoreconf cpe gmake localbase pathfix perl5 shebangfix tar:bzip2 USE_PERL5= test USE_LDCONFIG= yes |