svn commit: r364904 - in head/archivers: librtfcomp py-librtfcomp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:01:23 UTC 2014


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


More information about the svn-ports-all mailing list