diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-10 07:59:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-10 07:59:08 +0000 |
commit | f73a79e22d4e29ed39a40dc2da960886947fa4cd (patch) | |
tree | 0ba6b3cddb87360a33bbfe72f176ed825de63c82 /archivers/cabextract | |
parent | 2aea645354dc0b368da79e16a5f90fafa2124c1b (diff) | |
download | ports-f73a79e22d4e29ed39a40dc2da960886947fa4cd.tar.gz ports-f73a79e22d4e29ed39a40dc2da960886947fa4cd.zip |
Notes
Diffstat (limited to 'archivers/cabextract')
-rw-r--r-- | archivers/cabextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index f3838aa264a3..ec667047df3a 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= cabextract PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= https://www.cabextract.org.uk/ @@ -13,7 +13,7 @@ COMMENT= Program to extract Microsoft cabinet (.CAB) files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe +USES= cpe iconv GNU_CONFIGURE= yes |