pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netcdf



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Dec 30 22:43:25 UTC 2017

Modified Files:
        pkgsrc/devel/netcdf: Makefile

Log Message:
devel/netcdf: Add missing m4 dependency for Linux

ok gdt


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/netcdf/Makefile

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

Modified files:

Index: pkgsrc/devel/netcdf/Makefile
diff -u pkgsrc/devel/netcdf/Makefile:1.45 pkgsrc/devel/netcdf/Makefile:1.46
--- pkgsrc/devel/netcdf/Makefile:1.45   Wed Nov 29 18:29:35 2017
+++ pkgsrc/devel/netcdf/Makefile        Sat Dec 30 22:43:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/11/29 18:29:35 minskim Exp $
+# $NetBSD: Makefile,v 1.46 2017/12/30 22:43:25 bacon Exp $
 
 DISTNAME=      netcdf-4.4.1.1
 CATEGORIES=    devel
@@ -8,6 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.unidata.ucar.edu/software/netcdf/index.html
 COMMENT=       Library for array-oriented data access
 
+USE_TOOLS+=            m4
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index