svn commit: r400942 - head/www/py-google

Pawel Pekala pawel at FreeBSD.org
Fri Nov 6 16:08:47 UTC 2015


Author: pawel
Date: Fri Nov  6 16:08:45 2015
New Revision: 400942
URL: https://svnweb.freebsd.org/changeset/ports/400942

Log:
  www/py-beautifulsoup should be RUN dependency
  
  Submitted by:	koobs

Modified:
  head/www/py-google/Makefile

Modified: head/www/py-google/Makefile
==============================================================================
--- head/www/py-google/Makefile	Fri Nov  6 16:04:32 2015	(r400941)
+++ head/www/py-google/Makefile	Fri Nov  6 16:08:45 2015	(r400942)
@@ -3,6 +3,7 @@
 
 PORTNAME=	google
 PORTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	Python bindings to the Google s
 
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list