Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2021 16:37:23 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d95509ac656 - main - devel/notcurses: fix typo
Message-ID:  <202109231637.18NGbNYT011114@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d95509ac6564e91ce86e41957bed618167707e6

commit 9d95509ac6564e91ce86e41957bed618167707e6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-09-23 16:37:13 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-09-23 16:37:21 +0000

    devel/notcurses: fix typo
---
 devel/notcurses/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/notcurses/Makefile b/devel/notcurses/Makefile
index fed39e4cba4c..faec95f21d07 100644
--- a/devel/notcurses/Makefile
+++ b/devel/notcurses/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libunistring.so:devel/libunistring
 
 USES=		cmake:noninja compiler:c++17-lang localbase \
-		ncurses:ports pkgconfig readline
+		ncurses:port pkgconfig readline
 USE_GITHUB=	yes
 GH_ACCOUNT=	dankamongmen
 USE_LDCONFIG=	yes



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