svn commit: r399556 - head/chinese/py-cconv

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


Author: sunpoet
Date: Sat Oct 17 18:07:39 2015
New Revision: 399556
URL: https://svnweb.freebsd.org/changeset/ports/399556

Log:
  - Use USES=localbase

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Sat Oct 17 18:07:34 2015	(r399555)
+++ head/chinese/py-cconv/Makefile	Sat Oct 17 18:07:39 2015	(r399556)
@@ -15,9 +15,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
-CFLAGS+=	-I${LOCALBASE}/include
 USE_PYTHON=	autoplist concurrent distutils
-USES=		python
+USES=		localbase python
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so


More information about the svn-ports-head mailing list