1
0
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:
Greg Lewis 2005-07-06 17:39:10 +00:00
parent 733fdf842f
commit c883453331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138612

View File

@ -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)