pkgsrc-WIP-changes archive

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

plink: Fix zlib dep for NetBSD



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 1 16:22:40 2017 -0500
Changeset:	fcf4e0f16786cb07761a9f9793a5bf800f7c6a9a

Modified Files:
	plink/Makefile

Log Message:
plink: Fix zlib dep for NetBSD

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

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

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

diffs:
diff --git a/plink/Makefile b/plink/Makefile
index 280298bbe5..6403a0103d 100644
--- a/plink/Makefile
+++ b/plink/Makefile
@@ -16,6 +16,8 @@ HOMEPAGE=	http://pngu.mgh.harvard.edu/~purcell/plink/
 COMMENT=	Whole genome association analysis toolset
 LICENSE=	gnu-gpl-v2
 
+BUILDLINK_API_DEPENDS.zlib+=    zlib>=1.2.4
+
 # We need Fortran LDFLAGS to link with Lapack.
 USE_LANGUAGES=	c c++ fortran
 USE_TOOLS+=	gmake


Home | Main Index | Thread Index | Old Index