svn commit: r374663 - head/net/googlecl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 13 17:02:14 UTC 2014
Author: sunpoet
Date: Sat Dec 13 17:02:13 2014
New Revision: 374663
URL: https://svnweb.freebsd.org/changeset/ports/374663
QAT: https://qat.redports.org/buildarchive/r374663/
Log:
- Fix build when DEFAULT_VERSIONS=python=3.*
- Use USE_PYTHON=autoplist
With hat: python
Deleted:
head/net/googlecl/pkg-plist
Modified:
head/net/googlecl/Makefile
Modified: head/net/googlecl/Makefile
==============================================================================
--- head/net/googlecl/Makefile Sat Dec 13 16:59:38 2014 (r374662)
+++ head/net/googlecl/Makefile Sat Dec 13 17:02:13 2014 (r374663)
@@ -13,11 +13,12 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
-USES= python
-USE_PYTHON= distutils
+USES= python:2
+USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= DOCS
+PLIST_FILES= man/man1/google.1.gz
PORTDOCS= *
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list