diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 08:10:54 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 08:10:54 +0800 |
commit | 09f876311b118dd79fb7b142153b03326fdc8510 (patch) | |
tree | 2deaea995128c2d29af1151e226ae60b15ea239a /news/mmail | |
parent | f20cf36bf08f37951e1e169af33cb17c0958b987 (diff) | |
download | freebsd-ports-gnome-09f876311b118dd79fb7b142153b03326fdc8510.tar.gz freebsd-ports-gnome-09f876311b118dd79fb7b142153b03326fdc8510.tar.zst freebsd-ports-gnome-09f876311b118dd79fb7b142153b03326fdc8510.zip |
news/mmail: 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).
Diffstat (limited to 'news/mmail')
-rw-r--r-- | news/mmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/mmail/Makefile b/news/mmail/Makefile index 69f213bd867e..fde7b064e2e6 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= SF/multimail/MultiMail/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE -RUN_DEPENDS= zip:archivers/zip \ - unzip:archivers/unzip +RUN_DEPENDS= zip:archivers/zip USES= gmake ncurses MAKE_ARGS= OPTS="" LIBS="${LDFLAGS} -lncurses" |