Date: Sat, 23 Apr 2016 06:46:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413811 - head/science/cdo Message-ID: <201604230646.u3N6kpMc052343@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 23 06:46:51 2016 New Revision: 413811 URL: https://svnweb.freebsd.org/changeset/ports/413811 Log: - Use USES=localbase - Remove unnecessary REINPLACE_CMD Modified: head/science/cdo/Makefile Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Sat Apr 23 06:46:47 2016 (r413810) +++ head/science/cdo/Makefile Sat Apr 23 06:46:51 2016 (r413811) @@ -36,28 +36,21 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= gmake libtool pathfix +USES= gmake libtool localbase pathfix -CGRIBEX_CONFIGURE_OFF= --without-cgribex -CGRIBEX_CONFIGURE_ON= --with-cgribex=${LOCALBASE} +CGRIBEX_CONFIGURE_WITH= cgribex CGRIBEX_LIB_DEPENDS= libcgribex.so:science/cgribex -HDF5_CONFIGURE_OFF= --without-hdf5 -HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} +HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 -JASPER_CONFIGURE_OFF= --without-jasper -JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} +JASPER_CONFIGURE_WITH= jasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper -NETCDF_CONFIGURE_OFF= --without-netcdf -NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE} +NETCDF_CONFIGURE_WITH= netcdf NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf -PROJ_CONFIGURE_OFF= --without-proj -PROJ_CONFIGURE_ON= --with-proj=${LOCALBASE} +PROJ_CONFIGURE_WITH= proj PROJ_LIB_DEPENDS= libproj.so:graphics/proj -SZIP_CONFIGURE_OFF= --without-szlib -SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} +SZIP_CONFIGURE_WITH= szlib SZIP_LIB_DEPENDS= libsz.so:science/szip -UDUNITS_CONFIGURE_OFF= --without-udunits2 -UDUNITS_CONFIGURE_ON= --with-udunits2=${LOCALBASE} +UDUNITS_CONFIGURE_WITH= udunits2 UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230646.u3N6kpMc052343>