Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2024 19:12:15 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08c939e0440f - main - sysutils/bfs: fix typo
Message-ID:  <202405291912.44TJCFdt068619@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08c939e0440f63c2fcf895a1b8d64a12fd19f174

commit 08c939e0440f63c2fcf895a1b8d64a12fd19f174
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2024-05-29 19:10:38 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-05-29 19:10:38 +0000

    sysutils/bfs: fix typo
    
    Reported by:    osa
---
 sysutils/bfs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/bfs/Makefile b/sysutils/bfs/Makefile
index d2e6c01af3d2..4a747357edfa 100644
--- a/sysutils/bfs/Makefile
+++ b/sysutils/bfs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bfs
 DISTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	driesm@FreeBSD.org
@@ -28,7 +29,7 @@ ONIGURUMA_DESC=		Oniguruma regular expression support
 RELEASE_DESC=		Enable optimizations, disable assertions
 
 ONIGURUMA_LIB_DEPENDS=		libonig.so:devel/oniguruma
-ONIGURUMA_CONFIGURE_WITHE=	oniguruma
+ONIGURUMA_CONFIGURE_WITH=	oniguruma
 
 RELEASE_CONFIGURE_ENABLE=	release
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405291912.44TJCFdt068619>