Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 18:00:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382147 - head/science/cdo
Message-ID:  <201503241800.t2OI0m59006273@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 24 18:00:48 2015
New Revision: 382147
URL: https://svnweb.freebsd.org/changeset/ports/382147
QAT: https://qat.redports.org/buildarchive/r382147/

Log:
  - Cleanup Makefile

Modified:
  head/science/cdo/Makefile

Modified: head/science/cdo/Makefile
==============================================================================
--- head/science/cdo/Makefile	Tue Mar 24 18:00:43 2015	(r382146)
+++ head/science/cdo/Makefile	Tue Mar 24 18:00:48 2015	(r382147)
@@ -17,7 +17,6 @@ OPTIONS_DEFINE=	CGRIBEX HDF5 JASPER NETC
 OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS
 OPTIONS_SUB=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--disable-cgribex \
 		--disable-data \
 		--disable-extra \
@@ -29,7 +28,6 @@ CONFIGURE_ARGS=	--disable-cgribex \
 		--with-zlib=/usr
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503241800.t2OI0m59006273>