- Use USES=localbase
This commit is contained in:
parent
d66fcceab8
commit
4783476b21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399763
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue