diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:21:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:21:33 +0800 |
commit | 8743090191268b22f26cf4c15a0a86617ef41e14 (patch) | |
tree | 71a1d4a08ddfa962915816c1952ac6e2877fbdbd /sysutils | |
parent | 7d55e635aae800b7aabc76164d96449a53cbf858 (diff) | |
download | freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.gz freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.zst freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/iat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index 204a0cea3596..724c53ba27eb 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= BERLIOS MAINTAINER= amdmi3@FreeBSD.org COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/iat man/man1/iat.1.gz |