diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 09:02:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-02 09:02:13 +0000 |
commit | 0fc22cf59b373d8a437c1f5c0ca2e7223cc72e96 (patch) | |
tree | 396f0b1eb04ea2cb757159c951ba49da6e926763 /databases | |
parent | USE_GLX --> WITH_GLX (diff) |
Add "-b" option for the fetch(1) to make distfile actually downloadable.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=29095
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-MySQLdb-devel/Makefile | 1 | ||||
-rw-r--r-- | databases/py-MySQLdb/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile index 95c8c05db1e5..e5e2c2b0617a 100644 --- a/databases/py-MySQLdb-devel/Makefile +++ b/databases/py-MySQLdb-devel/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client RUN_DEPENDS= python:${PORTSDIR}/lang/python +FETCH_BEFORE_ARGS= -b ALL_TARGET= _mysqlmodule.o pre-configure: diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 95c8c05db1e5..e5e2c2b0617a 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client RUN_DEPENDS= python:${PORTSDIR}/lang/python +FETCH_BEFORE_ARGS= -b ALL_TARGET= _mysqlmodule.o pre-configure: |