svn commit: r380710 - head/graphics/variety

Nicola Vitale nivit at FreeBSD.org
Sat Mar 7 17:52:05 UTC 2015


Author: nivit
Date: Sat Mar  7 17:52:04 2015
New Revision: 380710
URL: https://svnweb.freebsd.org/changeset/ports/380710
QAT: https://qat.redports.org/buildarchive/r380710/

Log:
  - Add missing build dependencies

Modified:
  head/graphics/variety/Makefile

Modified: head/graphics/variety/Makefile
==============================================================================
--- head/graphics/variety/Makefile	Sat Mar  7 17:17:31 2015	(r380709)
+++ head/graphics/variety/Makefile	Sat Mar  7 17:52:04 2015	(r380710)
@@ -14,7 +14,8 @@ COMMENT=	Wallpaper changer
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.38:${PORTSDIR}/devel/py-distutils-extra
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.38:${PORTSDIR}/devel/py-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 \
 		${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \
@@ -39,7 +40,7 @@ python_CMD=	${PYTHON_CMD}
 
 SHEBANG_FILES=	bin/variety data/scripts/*
 
-USES=	desktop-file-utils gettext-runtime python:2 shebangfix
+USES=	desktop-file-utils gettext python:2 shebangfix
 USE_PYTHON=	distutils
 
 WRKSRC=	${WRKDIR}/variety


More information about the svn-ports-head mailing list