aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-26 12:44:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-26 12:44:11 +0000
commit9bf2cfd8f1e35d099bd07b034f274f82e88aeef0 (patch)
tree002c48c64279cf4fdc4e48c075f183e6c15f02d6
parent6b6fe1948dc905cc5fe2b1fd1db00db69050bb16 (diff)
downloadports-9bf2cfd8f1e35d099bd07b034f274f82e88aeef0.tar.gz
ports-9bf2cfd8f1e35d099bd07b034f274f82e88aeef0.zip
Notes
-rw-r--r--www/py-django_compressor/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-django_compressor/Makefile b/www/py-django_compressor/Makefile
index d5fa920e6708..60d0161a8ae2 100644
--- a/www/py-django_compressor/Makefile
+++ b/www/py-django_compressor/Makefile
@@ -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 JavaScript/CSS into a single cached file
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