diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:51:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:51:43 +0800 |
commit | 2c91ad41d9d641178cd9dbd9916fdd9d3f0e0a7b (patch) | |
tree | 055df83912d1d5902a9d5c5dc439933687e792e6 /astro/weather | |
parent | d3166125593db8795147d1262d93de52fb4895a2 (diff) | |
download | freebsd-ports-gnome-2c91ad41d9d641178cd9dbd9916fdd9d3f0e0a7b.tar.gz freebsd-ports-gnome-2c91ad41d9d641178cd9dbd9916fdd9d3f0e0a7b.tar.zst freebsd-ports-gnome-2c91ad41d9d641178cd9dbd9916fdd9d3f0e0a7b.zip |
- Use USES=tar:xz
Diffstat (limited to 'astro/weather')
-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 \ |