diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-22 13:19:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-22 13:19:37 +0000 |
commit | d1058fafe61511e18a1325b48e5f13f18ed4fc9d (patch) | |
tree | 4bfcbc75398e2de55ea39b5a60ca1d6d60e2b417 /archivers/file-roller | |
parent | aabb14e956b3914c7e7e2c9ef2f3bbd117ad7122 (diff) |
Notes
Diffstat (limited to 'archivers/file-roller')
-rw-r--r-- | archivers/file-roller/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 3a0eebb44b58..53a5249234a3 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -3,6 +3,7 @@ PORTNAME= file-roller PORTVERSION= 3.16.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME @@ -13,7 +14,10 @@ COMMENT= Archive manager for zip files, tar, etc BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ - unzip:${PORTSDIR}/archivers/unzip + zipinfo:${PORTSDIR}/archivers/unzip + +# Port unzip is desired, but specify the uniquely named zipinfo to ensure +# archivers/unzip is pulled in. Using "unzip" is satisfied by base unzip PORTSCOUT= limitw:1,even |