Date: Mon, 6 May 2013 15:54:24 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317527 - head/mail/mutt14 Message-ID: <201305061554.r46FsO5H055467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 6 15:54:23 2013 New Revision: 317527 URL: http://svnweb.freebsd.org/changeset/ports/317527 Log: Fix with USES+= ncurses Modified: head/mail/mutt14/Makefile Modified: head/mail/mutt14/Makefile ============================================================================== --- head/mail/mutt14/Makefile Mon May 6 15:53:46 2013 (r317526) +++ head/mail/mutt14/Makefile Mon May 6 15:54:23 2013 (r317527) @@ -40,9 +40,8 @@ OPTIONS= NLS "Native Language Support vi GSSAPI "GSSAPI (Kerberos) support" on USE_OPENSSL= yes -USE_NCURSES= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support .if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE) @@ -221,4 +220,4 @@ post-install: @${ECHO} "" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305061554.r46FsO5H055467>