diff options
author | alfred <alfred@FreeBSD.org> | 2015-11-10 04:09:00 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2015-11-10 04:09:00 +0800 |
commit | b56836fdf873a1ca48a7ee8ef712baee9a4e4fae (patch) | |
tree | ba5bb9b805a90f37d4d0057dd721854e1098e7e7 | |
parent | ebaee2a0b44c9c34f5fc911aacc50389e3a3283d (diff) | |
download | freebsd-ports-gnome-b56836fdf873a1ca48a7ee8ef712baee9a4e4fae.tar.gz freebsd-ports-gnome-b56836fdf873a1ca48a7ee8ef712baee9a4e4fae.tar.zst freebsd-ports-gnome-b56836fdf873a1ca48a7ee8ef712baee9a4e4fae.zip |
Fix RUN_DEPENDS assignment
Submitted by: koobs
-rw-r--r-- | www/py-django-bootstrap-form/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-bootstrap-form/Makefile b/www/py-django-bootstrap-form/Makefile index b03273f5696c..7277d03ebfea 100644 --- a/www/py-django-bootstrap-form/Makefile +++ b/www/py-django-bootstrap-form/Makefile @@ -15,7 +15,7 @@ LICENSE= MIT USES= python USE_PYTHON= distutils autoplist -RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django .include <bsd.port.mk> |