diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
commit | e6f6a6464d2a220c62243e2a63fc3bd3366eba22 (patch) | |
tree | ab8572cce956bf4828df231602fff4054d90c96b /editors | |
parent | 9711f6f8bd79723fb2e2aff5d59716f42158f044 (diff) | |
download | freebsd-ports-graphics-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.gz freebsd-ports-graphics-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.zst freebsd-ports-graphics-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.zip |
Part 1 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'editors')
-rw-r--r-- | editors/spe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/spe/Makefile b/editors/spe/Makefile index 7a3e3235793..bd01e8c2551 100644 --- a/editors/spe/Makefile +++ b/editors/spe/Makefile @@ -14,7 +14,6 @@ COMMENT= Stani's Python Editor NO_BUILD= yes -FETCH_ARGS= -Fpr USE_PYTHON= yes USE_WX= 2.6 WANT_UNICODE= yes |