pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/plinkseq



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Aug  4 21:42:28 UTC 2018

Modified Files:
        pkgsrc/biology/plinkseq: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/biology/plinkseq/Makefile

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

Modified files:

Index: pkgsrc/biology/plinkseq/Makefile
diff -u pkgsrc/biology/plinkseq/Makefile:1.6 pkgsrc/biology/plinkseq/Makefile:1.7
--- pkgsrc/biology/plinkseq/Makefile:1.6        Sun Feb 11 15:50:59 2018
+++ pkgsrc/biology/plinkseq/Makefile    Sat Aug  4 21:42:28 2018
@@ -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 @@ LICENSE=      gnu-gpl-v2      # Assuming same as p
 
 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