diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 23:54:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 23:54:23 +0800 |
commit | bc75a1189e4a582f44131cef25a0fdf3c82994e1 (patch) | |
tree | dfcb00394b006419d6e2c683ef2e17953b96843b /mail | |
parent | 4b97c266f05682925dd6eee09077e25ec4526837 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |