diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2012-11-29 14:34:31 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-11-29 14:34:31 +0000 |
commit | d6de8a52e342f458f4a5834b70f2f761f3d20ec1 (patch) | |
tree | 5d86e386da22ee6f814f575b5a844df26087bb92 /editors | |
parent | a32af43ba0dc8a4c3ddf9f119845b75ff230f2ba (diff) | |
download | ports-d6de8a52e342f458f4a5834b70f2f761f3d20ec1.tar.gz ports-d6de8a52e342f458f4a5834b70f2f761f3d20ec1.zip |
- Fix fetch
PR: ports/173216
Submitted by: avilla
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307963
Diffstat (limited to 'editors')
-rw-r--r-- | editors/spe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/spe/Makefile b/editors/spe/Makefile index d1f4afcc1395..f226e84358b7 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -18,6 +18,7 @@ COMMENT= Stani's Python Editor NO_BUILD= yes +FETCH_ARGS= -Fpr USE_PYTHON= yes USE_WX= 2.6 WANT_UNICODE= yes |