diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 06:00:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 06:00:34 +0800 |
commit | 23468bdceab4ae656f6db9c5b41b4c9edf223c3b (patch) | |
tree | 81c802b40e350e48e7c22530ee74c3c966236fea /graphics | |
parent | 2d2a23e638bef0d5d8923c4fdaf1199057fd842b (diff) | |
download | freebsd-ports-gnome-23468bdceab4ae656f6db9c5b41b4c9edf223c3b.tar.gz freebsd-ports-gnome-23468bdceab4ae656f6db9c5b41b4c9edf223c3b.tar.zst freebsd-ports-gnome-23468bdceab4ae656f6db9c5b41b4c9edf223c3b.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 \ |