diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 15:51:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 15:51:43 +0000 |
commit | a7032d24b7f55a3154c4e34795ccb0bad07421fe (patch) | |
tree | 055df83912d1d5902a9d5c5dc439933687e792e6 | |
parent | dc76de019f8cc6d46b44a502d28eb9ecb80a4f89 (diff) | |
download | ports-a7032d24b7f55a3154c4e34795ccb0bad07421fe.tar.gz ports-a7032d24b7f55a3154c4e34795ccb0bad07421fe.zip |
Notes
-rw-r--r-- | astro/weather/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/weather/Makefile b/astro/weather/Makefile index 23e9c5a0a391..abe043e1e0f9 100644 --- a/astro/weather/Makefile +++ b/astro/weather/Makefile @@ -14,8 +14,7 @@ COMMENT= Utility to provide current weather conditions and forecasts LICENSE= ISCL USE_PYTHON= yes -USE_XZ= yes -USES= shebangfix +USES= shebangfix tar:xz PLIST_FILES= bin/${PORTNAME} \ %%PYTHON_SITELIBDIR%%/${PORTNAME}.py \ |