science/silo add NO_LATEST_LINK

- This port is unrelated with x11/silo so I suppose
	  NO_LATEST_LINK is relevant.
	- While here, remove the unnecessary $LOCALBASE includes
	  in CPPFLAGS/LDFLAGS for the configure environment.

PR:		ports/126614
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
This commit is contained in:
Edwin Groothuis 2008-08-18 06:53:42 +00:00
parent b4464eda2a
commit db27e4118d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218748

View file

@ -17,9 +17,10 @@ LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
NO_LATEST_LINK= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes