Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 23:35:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03e72e222623 - main - devel/argp-standalone: Cosmetic change
Message-ID:  <202305072335.347NZLig072954@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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