diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 13:14:09 +0000 | 
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 13:14:09 +0000 | 
| commit | 779ac153ed83972b0b5bb3250137980daee078a0 (patch) | |
| tree | 7b52ecdd9dfdb4580ed27c0c4be5476e217e3852 | |
| parent | www/py-GinGin: convert to USES=python (diff) | |
www/py-Lightbox: convert to USES=python
- convert to USES=python
- limit python version to 2 (because of www/py-paste isn't 3.x aware)
- remove deprecated author attribution from pkg-plist
Approved by:	portmgr (blanket)
Notes
Notes:
    svn path=/head/; revision=371122
| -rw-r--r-- | www/py-Lightbox/Makefile | 6 | ||||
| -rw-r--r-- | www/py-Lightbox/pkg-descr | 1 | 
2 files changed, 2 insertions, 5 deletions
diff --git a/www/py-Lightbox/Makefile b/www/py-Lightbox/Makefile index f4dc860443a0..827df4c8eb5e 100644 --- a/www/py-Lightbox/Makefile +++ b/www/py-Lightbox/Makefile @@ -17,9 +17,7 @@ LICENSE=	MIT  BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears  RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous -USES=		zip -USE_PYTHON=		yes -USE_PYDISTUTILS=	yes -PYDISTUTILS_AUTOPLIST=	yes +USES=		python:2 zip +USE_PYTHON=	autoplist distutils  .include <bsd.port.mk> diff --git a/www/py-Lightbox/pkg-descr b/www/py-Lightbox/pkg-descr index e4ba918479e8..e812f0deaad4 100644 --- a/www/py-Lightbox/pkg-descr +++ b/www/py-Lightbox/pkg-descr @@ -1,4 +1,3 @@  Lightbox is a photo display widget for TurboGears -Author: Lokesh Dhakar, Kevin Dangoor  WWW: https://pypi.python.org/pypi/Lightbox  | 
