Date: Tue, 26 Apr 2016 12:44:11 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414056 - head/www/py-django_compressor Message-ID: <201604261244.u3QCiBia094998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Apr 26 12:44:11 2016 New Revision: 414056 URL: https://svnweb.freebsd.org/changeset/ports/414056 Log: Fix run dependencies. PR: 208839 Submitted by: Ultima1252 gmail com Sponsored by: Absolight Modified: head/www/py-django_compressor/Makefile (contents, props changed) Modified: head/www/py-django_compressor/Makefile ============================================================================== --- head/www/py-django_compressor/Makefile Tue Apr 26 12:44:04 2016 (r414055) +++ head/www/py-django_compressor/Makefile Tue Apr 26 12:44:11 2016 (r414056) @@ -3,6 +3,7 @@ PORTNAME= django_compressor PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,9 @@ COMMENT= Compresses linked and inline Ja LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}versiontools>=1.8.2:devel/py-versiontools -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.4:www/py-django-appconf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-appconf>=0.4:www/py-django-appconf \ + ${PYTHON_PKGNAMEPREFIX}rcssmin>=0:archivers/py-rcssmin \ + ${PYTHON_PKGNAMEPREFIX}rjsmin>=0:archivers/py-rjsmin USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604261244.u3QCiBia094998>