aboutsummaryrefslogtreecommitdiff
path: root/archivers/cabextract
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-10 07:59:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-10 07:59:08 +0000
commitf73a79e22d4e29ed39a40dc2da960886947fa4cd (patch)
tree0ba6b3cddb87360a33bbfe72f176ed825de63c82 /archivers/cabextract
parent2aea645354dc0b368da79e16a5f90fafa2124c1b (diff)
downloadports-f73a79e22d4e29ed39a40dc2da960886947fa4cd.tar.gz
ports-f73a79e22d4e29ed39a40dc2da960886947fa4cd.zip
Register iconv dependency
- Bump PORTREVISION for dependency and package change PR: 233055 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes
Notes: svn path=/head/; revision=484591
Diffstat (limited to 'archivers/cabextract')
-rw-r--r--archivers/cabextract/Makefile4
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