From 2bcd8b6bc7aca08df9a3ddbdd62585f431fb3230 Mon Sep 17 00:00:00 2001 From: Jason Bacon Date: Tue, 19 Mar 2019 09:16:14 -0500 Subject: [PATCH] udunits2: More clean up, note ncview dependent --- udunits2/Makefile | 12 +++--------- udunits2/TODO | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/udunits2/Makefile b/udunits2/Makefile index 43f25bc7a0..2077f9f82d 100644 --- a/udunits2/Makefile +++ b/udunits2/Makefile @@ -8,15 +8,9 @@ MAINTAINER= bacon@NetBSD.org COMMENT= Library for manipulating units of physical quantities LICENSE= modified-bsd -# MAKE_JOBS_SAFE= no - -USE_LIBTOOL= yes -# USE_TOOLS= gmake -GNU_CONFIGURE= yes -INFO_FILES= yes - -# CONFIGURE_ARGS+= --disable-shared -# CONFIGURE_ENV+= ac_cv_header_CUnit_CUnit_h=no +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +INFO_FILES= yes .include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/udunits2/TODO b/udunits2/TODO index b687356e6b..e6f693561a 100644 --- a/udunits2/TODO +++ b/udunits2/TODO @@ -1 +1 @@ -Clean up and test +Upgrade ncview for compatibility with udunits2?