1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix handling of ncurses config-option

- Remove USE_GMAKE (not needed)

PR:		ports/160521
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
This commit is contained in:
Dennis Herrmann 2011-09-06 17:57:58 +00:00
parent 6dd8286b97
commit b2fea180ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281311
2 changed files with 4 additions and 6 deletions

View File

@ -42,6 +42,7 @@ 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>
@ -51,10 +52,8 @@ WITH_SLANG= yes
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \
urlview:${PORTSDIR}/textproc/urlview
USE_GMAKE= yes
USE_NCURSES= yes
.endif
.if defined (MUTT_LITE)
PKGNAMESUFFIX= -lite
WITH_SGML_DOCS:=no

View File

@ -42,6 +42,7 @@ 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>
@ -51,10 +52,8 @@ WITH_SLANG= yes
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \
urlview:${PORTSDIR}/textproc/urlview
USE_GMAKE= yes
USE_NCURSES= yes
.endif
.if defined (MUTT_LITE)
PKGNAMESUFFIX= -lite
WITH_SGML_DOCS:=no