diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | a48503c96631d25b230b767d967d23cb003ce7e8 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/py-django-devel/Makefile | |
parent | ffc09d22f48b21e6c2092551737761b22405f284 (diff) | |
download | FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.zip FreeBSD-ports-a48503c96631d25b230b767d967d23cb003ce7e8.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/py-django-devel/Makefile')
-rw-r--r-- | www/py-django-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/py-django-devel/Makefile b/www/py-django-devel/Makefile index 0f041c5..17151ef 100644 --- a/www/py-django-devel/Makefile +++ b/www/py-django-devel/Makefile @@ -34,10 +34,10 @@ HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) PLIST_FILES= man/man1/django-admin.1.gz -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2 +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup .include <bsd.port.options.mk> @@ -45,7 +45,7 @@ FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup . if ! ${PORT_OPTIONS:MDOCS} IGNORE= you cannot build documentation with DOCS option disabled . endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx PORTDOCS= * .endif |