mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
. Fix an obvious typo in CONFIGURE_ARGS when WITH_FLOCK was defined.
PR: 83056 Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
parent
733fdf842f
commit
c883453331
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138612
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user