svn commit: r317527 - head/mail/mutt14

Baptiste Daroussin bapt at FreeBSD.org
Mon May 6 15:54:24 UTC 2013


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>


More information about the svn-ports-head mailing list