diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/py-oauthlib | |
parent | Fix header conversion (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Notes
Notes:
svn path=/head/; revision=327769
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r-- | security/py-oauthlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile index 001cf6d794c7..1b299352e461 100644 --- a/security/py-oauthlib/Makefile +++ b/security/py-oauthlib/Makefile @@ -22,6 +22,7 @@ USE_PYDISTUTILS= easy_install GH_ACCOUNT= idan GH_COMMIT= 1ea510c +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 300 |