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

next in thread | raw e-mail | index | archive | help
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



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