pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vsearch: Add optional zlib and bzip2 runtime deps



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri May 10 10:31:40 2019 -0500
Changeset:	8dd23254b917c2925a1977353cae1d3338bcb39d

Modified Files:
	vsearch/Makefile

Log Message:
vsearch: Add optional zlib and bzip2 runtime deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8dd23254b917c2925a1977353cae1d3338bcb39d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vsearch/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index ab99fa6402..8a04e5f278 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -21,4 +21,6 @@ CONFIGURE_ARGS+=	--disable-pdfman
 pre-configure:
 	cd ${WRKSRC} && autoreconf -fi
 
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index