- Use USES=localbase

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-19 20:20:56 +00:00
parent d66fcceab8
commit 4783476b21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399763

View file

@ -22,13 +22,12 @@ DAP_DESC= Build DAP client and remote testing
SZIP_DESC= SZIP support (required if HDF5 was built with SZIP)
CONFIGURE_ARGS= --enable-netcdf-4
CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC
CPPFLAGS+= -fPIC -DPIC
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LIBS+= -L${LOCALBASE}/lib
TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool pathfix
USES= libtool localbase pathfix
DAP_CONFIGURE_OFF= --disable-dap
DAP_CONFIGURE_ON= --enable-dap