pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/plinkseq biology/plinkseq: Requires c++11 to b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f72e383659b0
branches:  trunk
changeset: 311188:f72e383659b0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 04 21:42:28 2018 +0000

description:
biology/plinkseq: Requires c++11 to build with protobuf-3.6.0

diffstat:

 biology/plinkseq/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e18e3c146492 -r f72e383659b0 biology/plinkseq/Makefile
--- a/biology/plinkseq/Makefile Sat Aug 04 21:41:00 2018 +0000
+++ b/biology/plinkseq/Makefile Sat Aug 04 21:42:28 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/02/11 15:50:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/08/04 21:42:28 minskim Exp $
 
 DISTNAME=      plinkseq-0.08
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    biology
 MASTER_SITES=  https://atgu.mgh.harvard.edu/plinkseq/dist/version-0.08/
 
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_TOOLS=     bash:run
 REPLACE_BASH=  browser/pbrowse.in index/index.in
 



Home | Main Index | Thread Index | Old Index