svn commit: r399555 - head/chinese/p5-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:07:36 UTC 2015


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


More information about the svn-ports-all mailing list