git: 5944c3a3e320 - main - biology/lamarc: Refactor after wxgtk28 removal

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 31 Dec 2022 03:55:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5944c3a3e3201462e5e41895d48e12520c46a4d9

commit 5944c3a3e3201462e5e41895d48e12520c46a4d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-31 03:54:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-31 03:54:58 +0000

    biology/lamarc: Refactor after wxgtk28 removal
    
    - Pet portclippy
---
 biology/lamarc/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile
index 9e2de8eaef76..33ecc2c9c6f7 100644
--- a/biology/lamarc/Makefile
+++ b/biology/lamarc/Makefile
@@ -14,20 +14,20 @@ LICENSE=	APACHE20
 
 USE_CXXSTD=	c++98
 
-WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
-
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	*
+WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
+
 PLIST_FILES=	bin/${PORTNAME}
+PORTDOCS=	*
 
 OPTIONS_DEFINE=	WXGTK DOCS
 
-WXGTK_USE=		WX=2.8
-WXGTK_VARS=		WX_CONF_ARGS=absolute
-WXGTK_PLIST_FILES=	bin/lam_conv
-WXGTK_CONFIGURE_OFF=	--disable-converter
 WXGTK_BROKEN=		does not build
+WXGTK_USE=		WX=3.0
+WXGTK_CONFIGURE_OFF=	--disable-converter
+WXGTK_PLIST_FILES=	bin/lam_conv
+WXGTK_VARS=		WX_CONF_ARGS=absolute
 
 post-patch:
 	@${REINPLACE_CMD} -e \