diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-04 03:34:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-04 03:34:40 +0000 |
commit | 1e62afdade194f78d34aa0008778a4cf92b79e3a (patch) | |
tree | b8f399f371135c35bcf15146e618fa3f1cfa5561 /archivers/file-roller/Makefile | |
parent | a53dbbc09497354daed1dc9e1a131d373b90eee6 (diff) |
Notes
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r-- | archivers/file-roller/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 11ecbfa43d17..a1179715681b 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -3,7 +3,7 @@ PORTNAME= file-roller PORTVERSION= 3.16.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME @@ -13,11 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Archive manager for zip files, tar, etc BUILD_DEPENDS= itstool:textproc/itstool -RUN_DEPENDS= gtar:archivers/gtar \ - zipinfo: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 +RUN_DEPENDS= gtar:archivers/gtar PORTSCOUT= limitw:1,even |