R-ncdf: update to canonical form of an R package.
This commit is contained in:
parent
d454b2f86f
commit
3178464d8f
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2019/07/20 22:46:32 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.19 2019/07/31 19:59:31 brook Exp $
|
||||
|
||||
PKGREVISION= 13
|
||||
CATEGORIES= math
|
||||
|
@ -12,6 +11,8 @@ LICENSE= gnu-gpl-v2
|
|||
R_PKGNAME= ncdf
|
||||
R_PKGVER= 1.6.6
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
CONFIGURE_ARGS+= --with-netcdf_incdir=${BUILDLINK_PREFIX.netcdf}/include
|
||||
CONFIGURE_ARGS+= --with-netcdf_libdir=${BUILDLINK_PREFIX.netcdf}/lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue