aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-06 23:54:23 +0800
committerbapt <bapt@FreeBSD.org>2013-05-06 23:54:23 +0800
commitbc75a1189e4a582f44131cef25a0fdf3c82994e1 (patch)
treedfcb00394b006419d6e2c683ef2e17953b96843b /mail
parent4b97c266f05682925dd6eee09077e25ec4526837 (diff)
downloadfreebsd-ports-gnome-bc75a1189e4a582f44131cef25a0fdf3c82994e1.tar.gz
freebsd-ports-gnome-bc75a1189e4a582f44131cef25a0fdf3c82994e1.tar.zst
freebsd-ports-gnome-bc75a1189e4a582f44131cef25a0fdf3c82994e1.zip
Fix with USES+= ncurses
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt14/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index aad298ad4c95..1c2cb735e829 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -40,9 +40,8 @@ OPTIONS= NLS "Native Language Support via gettext utilities" on \
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>