svn commit: r382147 - head/science/cdo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 24 18:00:49 UTC 2015


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
 


More information about the svn-ports-head mailing list