diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-07-06 17:39:10 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-07-06 17:39:10 +0000 |
commit | c8834533310664078e19bcafbbbfa12e613e24a1 (patch) | |
tree | 5c04d183762bd516df92b1806c90df85b3a4dde0 /mail/mutt-ng/Makefile | |
parent | - Update to 20050701 (diff) |
. Fix an obvious typo in CONFIGURE_ARGS when WITH_FLOCK was defined.
PR: 83056
Submitted by: Matthias Fechner <idefix@fechner.net>
Notes
Notes:
svn path=/head/; revision=138612
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-ng/Makefile b/mail/mutt-ng/Makefile index c21afe9317c3..50ca472db95a 100644 --- a/mail/mutt-ng/Makefile +++ b/mail/mutt-ng/Makefile @@ -82,7 +82,7 @@ PLIST_SUB+= HCACHE="@comment " .if defined (WITH_FLOCK) CONFIGURE_ARGS+= --enable-flock -CONFIGURE_ARGS+= --disbale-fcntl +CONFIGURE_ARGS+= --disable-fcntl .endif .if defined(WITH_SLANG) && !defined(WITH_NCURSES_PORT) |