diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/py-django-tables2/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/py-django-tables2/Makefile')
-rw-r--r-- | www/py-django-tables2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-django-tables2/Makefile b/www/py-django-tables2/Makefile index fb2eb41d8dc6..2d4913430b41 100644 --- a/www/py-django-tables2/Makefile +++ b/www/py-django-tables2/Makefile @@ -12,8 +12,8 @@ COMMENT= Table/data-grid framework for Django LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \ - ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six NO_ARCH= yes |