Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 20:16:51 +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: r399372 - head/science/udunits
Message-ID:  <201510152016.t9FKGp3d024206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:16:51 2015
New Revision: 399372
URL: https://svnweb.freebsd.org/changeset/ports/399372

Log:
  - Use USES=localbase

Modified:
  head/science/udunits/Makefile

Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile	Thu Oct 15 20:16:46 2015	(r399371)
+++ head/science/udunits/Makefile	Thu Oct 15 20:16:51 2015	(r399372)
@@ -15,13 +15,11 @@ LIB_DEPENDS=	libexpat.so:${PORTSDIR}/tex
 OPTIONS_DEFINE=	DOCS
 
 CONFIGURE_ENV=	ac_cv_header_CUnit_CUnit_h=no
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool
+USES=		libtool localbase
 
 INFO=		udunits2 udunits2lib udunits2prog
 PORTDATA=	*



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