From b4455771cced2fe9f134e751fe88dbba7226e694 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:19:02 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- mail/mutt14/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mutt14/Makefile') diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 8015b1a9ce49..07a0392e0eb0 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -38,9 +38,9 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat .endif RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -.elif defined(USE_NCURSES_PORT) +.elif defined(WITH_NCURSES_PORT) LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses -.elif defined(USE_SLANG) +.elif defined(WITH_SLANG) LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .endif .if defined(PACKAGE_BUILDING) @@ -53,9 +53,9 @@ CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ --with-sharedir=${PREFIX}/share/mutt \ --with-docdir=${PREFIX}/share/doc/mutt -.if defined(BATCH) || defined(USE_SLANG) +.if defined(BATCH) || defined(WITH_SLANG) CONFIGURE_ARGS+= --with-slang=${PREFIX} -.elif defined(USE_NCURSES_PORT) +.elif defined(WITH_NCURSES_PORT) CONFIGURE_ARGS+= --with-curses=${PREFIX} .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} -- cgit v1.2.3