diff options
author | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
commit | 603491d70b75e30755d59d50163c99417aa7e88c (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /editors | |
parent | 886ece268ac777611c813ff8a0e0732fbd9fb91e (diff) | |
download | freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.gz freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.zst freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.zip |
Switch to USES=tar for my ports
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yzis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 6586fe774f4c..344775aa2598 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -15,8 +15,7 @@ COMMENT= Vi-like editor LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= cmake gettext perl5 -USE_BZIP2= yes +USES= tar:bzip2 cmake gettext perl5 USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua |