From 09f876311b118dd79fb7b142153b03326fdc8510 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 4 Aug 2016 00:10:54 +0000 Subject: 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). --- news/mmail/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'news/mmail') 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" -- cgit