diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
commit | b4455771cced2fe9f134e751fe88dbba7226e694 (patch) | |
tree | 39733bef5e1d466d30938b5a47f0b46a7b6890b4 /mail/mutt | |
parent | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (diff) | |
download | ports-b4455771cced2fe9f134e751fe88dbba7226e694.tar.gz ports-b4455771cced2fe9f134e751fe88dbba7226e694.zip |
Notes
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 8015b1a9ce49..07a0392e0eb0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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$//} |