aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-08-18 06:53:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-08-18 06:53:42 +0000
commitdb27e4118d999bf76b71051b55fe932b45e3d0a0 (patch)
tree7c5ef3dce2fdc784eaf02c019823d9ad025a5ca2 /science
parentb4464eda2acccbec9184bd73b14e52a7d3d3520b (diff)
downloadports-db27e4118d999bf76b71051b55fe932b45e3d0a0.tar.gz
ports-db27e4118d999bf76b71051b55fe932b45e3d0a0.zip
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>
Notes
Notes: svn path=/head/; revision=218748
Diffstat (limited to 'science')
-rw-r--r--science/silo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile
index 10bbc75ee8e3..3a9e251df495 100644
--- a/science/silo/Makefile
+++ b/science/silo/Makefile
@@ -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