diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
commit | ea7e480abcbfa9fc92450d80de2cf4af2a78982e (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /sysutils/pv | |
parent | 73a9cf9f729b705cc4a6fa7e1d5ce02b60430d14 (diff) |
Notes
Diffstat (limited to 'sysutils/pv')
-rw-r--r-- | sysutils/pv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pv/Makefile b/sysutils/pv/Makefile index 859182a0ca17..1d8d7f8ec362 100644 --- a/sysutils/pv/Makefile +++ b/sysutils/pv/Makefile @@ -15,9 +15,8 @@ LICENSE= ART20 CONFLICTS= waon-[0-9]* PROJECTHOST= pipeviewer -USE_BZIP2= yes -USES= gmake +USES= tar:bzip2 gmake GNU_CONFIGURE= yes PLIST_FILES= bin/pv man/man1/pv.1.gz |