Date: Sun, 29 Aug 2021 14:41:58 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab0a6cde28ab - main - devel/roswell: convert to USES+=localbase and drop useless GH_ACCOUNT. Message-ID: <202108291441.17TEfwnO066033@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0a6cde28abfe238f7a7576ace53d3c92d29f72 commit ab0a6cde28abfe238f7a7576ace53d3c92d29f72 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-08-29 14:40:52 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-08-29 14:41:17 +0000 devel/roswell: convert to USES+=localbase and drop useless GH_ACCOUNT. --- devel/roswell/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/roswell/Makefile b/devel/roswell/Makefile index dd91f5497142..64b2df83628b 100644 --- a/devel/roswell/Makefile +++ b/devel/roswell/Makefile @@ -12,15 +12,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/automake:devel/automake \ ${LOCALBASE}/bin/curl:ftp/curl -USES= uidfix autoreconf - -LDFLAGS+= -L${LOCALBASE}/lib/ -CFLAGS+= -I${LOCALBASE}/include/ - -USE_GITHUB= yes -GH_ACCOUNT= roswell - +USES= autoreconf localbase uidfix GNU_CONFIGURE= yes +USE_GITHUB= yes pre-configure: (cd ${WRKSRC}/ && ${SH} bootstrap)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108291441.17TEfwnO066033>