Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:07:34 +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: r399555 - head/chinese/p5-cconv
Message-ID:  <201510171807.t9HI7Yde028289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:07:34 2015
New Revision: 399555
URL: https://svnweb.freebsd.org/changeset/ports/399555

Log:
  - Use USES=localbase

Modified:
  head/chinese/p5-cconv/Makefile

Modified: head/chinese/p5-cconv/Makefile
==============================================================================
--- head/chinese/p5-cconv/Makefile	Sat Oct 17 18:07:29 2015	(r399554)
+++ head/chinese/p5-cconv/Makefile	Sat Oct 17 18:07:34 2015	(r399555)
@@ -16,9 +16,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
-CFLAGS+=	-I${LOCALBASE}/include
 USE_PERL5=	configure
-USES=		perl5
+USES=		localbase perl5
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/cconv/cconv.so



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