diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-28 14:28:16 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-28 14:28:16 +0000 |
commit | 979c0798d2ae83ea7e914a927bda17052762d79f (patch) | |
tree | 4db8cf1e35757df9885003cd0c7ab298f1482a0c /sysutils/duff | |
parent | e72b6fca10685328230a5a2e77da6a0f0e044ed0 (diff) | |
download | ports-979c0798d2ae83ea7e914a927bda17052762d79f.tar.gz ports-979c0798d2ae83ea7e914a927bda17052762d79f.zip |
- USE_BZIP2 -> USES=tar:bzip2
Notes
Notes:
svn path=/head/; revision=359702
Diffstat (limited to 'sysutils/duff')
-rw-r--r-- | sysutils/duff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/duff/Makefile b/sysutils/duff/Makefile index 36be8c9c6dd1..112940fcdb57 100644 --- a/sysutils/duff/Makefile +++ b/sysutils/duff/Makefile @@ -11,7 +11,7 @@ COMMENT= Duplicate file finder LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |