Date: Fri, 15 Aug 2014 03:01:23 +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: r364904 - in head/archivers: librtfcomp py-librtfcomp Message-ID: <201408150301.s7F31NAv074029@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 15 03:01:22 2014 New Revision: 364904 URL: http://svnweb.freebsd.org/changeset/ports/364904 QAT: https://qat.redports.org/buildarchive/r364904/ Log: - Use USES=python Modified: head/archivers/librtfcomp/Makefile head/archivers/py-librtfcomp/Makefile Modified: head/archivers/librtfcomp/Makefile ============================================================================== --- head/archivers/librtfcomp/Makefile Fri Aug 15 03:01:18 2014 (r364903) +++ head/archivers/librtfcomp/Makefile Fri Aug 15 03:01:22 2014 (r364904) @@ -14,7 +14,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool +USES+= libtool SLAVEDIRS= archivers/py-librtfcomp Modified: head/archivers/py-librtfcomp/Makefile ============================================================================== --- head/archivers/py-librtfcomp/Makefile Fri Aug 15 03:01:18 2014 (r364903) +++ head/archivers/py-librtfcomp/Makefile Fri Aug 15 03:01:22 2014 (r364904) @@ -12,7 +12,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex LIB_DEPENDS= librtfcomp.so:${PORTSDIR}/archivers/librtfcomp -USE_PYTHON= 2 +USES= python:2 BUILD_WRKSRC= ${WRKSRC}/python INSTALL_WRKSRC= ${WRKSRC}/python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150301.s7F31NAv074029>