diff options
author | glewis <glewis@FreeBSD.org> | 2005-07-07 01:39:10 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-07-07 01:39:10 +0800 |
commit | f3304f6d7150152a8f6c5c04628e4f5b72448526 (patch) | |
tree | a93f39badc012ad8b1cff4ab45b391349edd26b8 /mail | |
parent | 2d8d4d11f9e27e3ec84014b76c7c4025a4e3011e (diff) | |
download | freebsd-ports-gnome-f3304f6d7150152a8f6c5c04628e4f5b72448526.tar.gz freebsd-ports-gnome-f3304f6d7150152a8f6c5c04628e4f5b72448526.tar.zst freebsd-ports-gnome-f3304f6d7150152a8f6c5c04628e4f5b72448526.zip |
. Fix an obvious typo in CONFIGURE_ARGS when WITH_FLOCK was defined.
PR: 83056
Submitted by: Matthias Fechner <idefix@fechner.net>
Diffstat (limited to 'mail')
-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) |