git: 03e72e222623 - main - devel/argp-standalone: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 23:35:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=03e72e2226230f8bc9438ae44616fc5d847859e8 commit 03e72e2226230f8bc9438ae44616fc5d847859e8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-07 23:34:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-07 23:34:58 +0000 devel/argp-standalone: Cosmetic change --- devel/argp-standalone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index 54660922d4e0..a24aabc8dcff 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -1,5 +1,5 @@ PORTNAME= argp-standalone -DISTVERSION= 1.5.0 +PORTVERSION= 1.5.0 CATEGORIES= devel PATCH_SITES= https://github.com/argp-standalone/argp-standalone/commit/ @@ -12,7 +12,7 @@ LICENSE= LGPL21+ USES= gettext-runtime localbase:ldflags meson -MESON_ARGS= -Ddefault_library=both +MESON_ARGS= --default-library=both USE_CSTD= gnu89 USE_LDCONFIG= yes