diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 22:00:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 22:00:34 +0000 |
commit | 80102bdf4b2f88005102ae1b2f5af17c8515f134 (patch) | |
tree | 81c802b40e350e48e7c22530ee74c3c966236fea /graphics | |
parent | 014753bfe6d8e98b25f0b7fd74871f58ada3466f (diff) | |
download | freebsd-ports-80102bdf4b2f88005102ae1b2f5af17c8515f134.zip |
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/variety/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/variety/Makefile b/graphics/variety/Makefile index ce3a7ffac629..e2e32146f489 100644 --- a/graphics/variety/Makefile +++ b/graphics/variety/Makefile @@ -3,7 +3,7 @@ PORTNAME= variety PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \ http://nivit.altervista.org/FreeBSD/ports/distfiles/ @@ -14,7 +14,7 @@ COMMENT= Wallpaper changer LICENSE= GPLv3 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.38:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:${PORTSDIR}/devel/py-python-distutils-extra \ intltool-update:${PORTSDIR}/textproc/intltool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:${PORTSDIR}/graphics/py-cairo \ |