diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 12:36:54 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 12:36:54 +0800 |
commit | eac265e72f2144b4f8952782d1da70cf616853af (patch) | |
tree | d5a46f8393704f4d81cd45db4c3683bafcff9346 /textproc/s5 | |
parent | 878dbdc9680a972a5c6639fda85fbbcc71afcc86 (diff) | |
download | freebsd-ports-graphics-eac265e72f2144b4f8952782d1da70cf616853af.tar.gz freebsd-ports-graphics-eac265e72f2144b4f8952782d1da70cf616853af.tar.zst freebsd-ports-graphics-eac265e72f2144b4f8952782d1da70cf616853af.zip |
multimedia ... sysutils: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps)
Diffstat (limited to 'textproc/s5')
-rw-r--r-- | textproc/s5/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index d313775647f..bacca70f78f 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -14,8 +14,6 @@ COMMENT= Simple HTML-based presentation system LICENSE= BSD2CLAUSE PD LICENSE_COMB= multi -BUILD_DEPENDS= unzip:archivers/unzip - USES= dos2unix zip DOS2UNIX_REGEX= .*\.(css|htc|html|js|txt) WRKSRC= ${WRKDIR} |