diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-18 06:53:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-18 06:53:42 +0000 |
commit | 1e4eaf08f899202b13f67d436b681367a823380b (patch) | |
tree | 52cbcbecc8865a4374e50014ad0e17da77f3dc77 /science | |
parent | a6b9dfbf4fee8e8be9ed72cea36680b45fb67318 (diff) | |
download | FreeBSD-ports-1e4eaf08f899202b13f67d436b681367a823380b.zip FreeBSD-ports-1e4eaf08f899202b13f67d436b681367a823380b.tar.gz |
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>
Diffstat (limited to 'science')
-rw-r--r-- | science/silo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile index 10bbc75..3a9e251 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 |