git: 6ed8b389ba2a - main - lang/ypsilon: Switch from USE_GCC to USE_BINUTILS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 May 2022 10:22:05 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ed8b389ba2acf8ff3f39c7a9359db873dafb1f1 commit 6ed8b389ba2acf8ff3f39c7a9359db873dafb1f1 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-05-27 09:52:53 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-05-27 10:21:50 +0000 lang/ypsilon: Switch from USE_GCC to USE_BINUTILS PR: 263532 Approved by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Approved by: gerald (mentor) --- lang/ypsilon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile index 6dda66336033..dd2a3e84fded 100644 --- a/lang/ypsilon/Makefile +++ b/lang/ypsilon/Makefile @@ -2,7 +2,7 @@ PORTNAME= ypsilon PORTVERSION= 0.9.6.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= lang scheme MAINTAINER= vmagerya@gmail.com @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_TUPLE= fujita-y:ypsilon:0.9.6-update3 USES= gmake -USE_GCC= yes +USE_BINUTILS= yes TEST_TARGET= check # XXX: tests fail MAKE_ARGS= DATADIR="${DATADIR}"